You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
395 B
13 lines
395 B
/*!
|
|
* @antv/g
|
|
* @description A core module for rendering engine implements DOM API.
|
|
* @version 6.1.28
|
|
* @date 7/30/2025, 1:36:29 PM
|
|
* @author AntVis
|
|
* @docs https://g.antv.antgroup.com/
|
|
*/
|
|
export * from '@antv/g-camera-api';
|
|
export * from '@antv/g-dom-mutation-observer-api';
|
|
export * from '@antv/g-lite';
|
|
export * from '@antv/g-web-animations-api';
|
|
//# sourceMappingURL=index.esm.js.map
|
|
|