Browse Source

More TS export

add-css-mount-events
Artur Arseniev 8 months ago
parent
commit
910e089eee
  1. 7
      packages/core/src/index.ts

7
packages/core/src/index.ts

@ -151,6 +151,11 @@ export type { default as DataVariable } from './data_sources/model/DataVariable'
export type { default as ComponentDataVariable } from './data_sources/model/ComponentDataVariable';
export type { default as ComponentDataCollection } from './data_sources/model/data_collection/ComponentDataCollection';
export type { default as ComponentDataCondition } from './data_sources/model/conditional_variables/ComponentDataCondition';
export type { DataCondition } from './data_sources/model/conditional_variables/DataCondition';
export type {
DataCondition,
LogicGroupProps,
DataConditionProps,
ExpressionProps,
} from './data_sources/model/conditional_variables/DataCondition';
export default grapesjs;

Loading…
Cancel
Save