refactor: adjust exports (#5957)

This commit is contained in:
Aaron 2024-07-03 10:45:17 +08:00 committed by GitHub
parent a3e6f7d6ae
commit 68f6a2fa2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,