File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
src/containers/PageConstructor Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {ConstructorBlock} from '../ConstructorBlock/ConstructorBlock';
1010import { ConstructorItem } from '../ConstructorItem' ;
1111import { ConstructorLoadable } from '../ConstructorLoadable' ;
1212
13- interface ConstructorBlocksProps {
13+ export interface ConstructorBlocksProps {
1414 items : ConstructorItemType [ ] ;
1515}
1616
Original file line number Diff line number Diff line change 1+ export type { ConstructorBlocksProps } from './ConstructorBlocks' ;
2+ export { ConstructorBlocks } from './ConstructorBlocks' ;
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ export type {PageConstructorProps} from './PageConstructor';
22export { PageConstructor } from './PageConstructor' ;
33export type { PageConstructorProviderProps } from './Provider' ;
44export { PageConstructorProvider } from './Provider' ;
5+ export * from './components' ;
You can’t perform that action at this time.
0 commit comments