mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 03:38:20 +08:00
refactor: adjust exports (#5957)
This commit is contained in:
parent
a3e6f7d6ae
commit
68f6a2fa2d
@ -78,6 +78,7 @@ export {
|
||||
export { getExtension, getExtensions, register } from './registry';
|
||||
export { Graph } from './runtime/graph';
|
||||
export { BaseTransform } from './transforms';
|
||||
export { isCollapsed } from './utils/collapsibility';
|
||||
export { idOf } from './utils/id';
|
||||
export { invokeLayoutMethod } from './utils/layout';
|
||||
export { omitStyleProps, subStyleProps } from './utils/prefix';
|
||||
@ -189,6 +190,7 @@ export type { AnimationStage } from './spec/element/animation';
|
||||
export type { LayoutOptions, STDLayoutOptions, SingleLayoutOptions } from './spec/layout';
|
||||
export type { CustomPluginOption } from './spec/plugin';
|
||||
export type { BaseTransformOptions } from './transforms';
|
||||
export type { DrawData } from './transforms/types';
|
||||
export type {
|
||||
BaseElementStyleProps,
|
||||
CardinalPlacement,
|
||||
|
Loading…
Reference in New Issue
Block a user