We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e663a7 commit 817a7c7Copy full SHA for 817a7c7
src/PropertyFieldGrid.ts
@@ -0,0 +1 @@
1
+export * from './propertyFields/propertyFieldGrid/index';
src/index.ts
@@ -29,4 +29,5 @@ export * from './PropertyFieldFolderPicker';
29
export * from './PropertyFieldColumnPicker';
30
export * from './PropertyFieldMonacoEditor';
31
export * from './PropertyFieldMessage';
32
-export * from './PropertyFieldButton';
+export * from './PropertyFieldButton';
33
+export * from './PropertyFieldGrid';
0 commit comments