Skip to content

Commit 817a7c7

Browse files
authored
Export PropertyFieldGrid (#642)
* Export PropertyFieldGrid * make public
1 parent 7e663a7 commit 817a7c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/PropertyFieldGrid.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './propertyFields/propertyFieldGrid/index';

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ export * from './PropertyFieldFolderPicker';
2929
export * from './PropertyFieldColumnPicker';
3030
export * from './PropertyFieldMonacoEditor';
3131
export * from './PropertyFieldMessage';
32-
export * from './PropertyFieldButton';
32+
export * from './PropertyFieldButton';
33+
export * from './PropertyFieldGrid';

0 commit comments

Comments
 (0)