Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11d829e

Browse files
committed
Export types and controls for use in Pro
1 parent 7fc3650 commit 11d829e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/core-data/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ declare global {
1212
};
1313
}
1414

15+
export * from './types';
1516
export * from './controls';
17+
export { default as localControls } from './controls';
1618
export * from './utils';
1719

1820
export * from './license';

0 commit comments

Comments
 (0)