Skip to content

Commit b704095

Browse files
committed
fix: export PropertyTypeColors const
1 parent 8ab46be commit b704095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { JsonSchemaViewer, SchemaRow, SchemaTree as SchemaTreeComponent } from './components';
1+
export { JsonSchemaViewer, SchemaRow, SchemaTree as SchemaTreeComponent, PropertyTypeColors } from './components';
22
export * from './tree';
33
export * from './types';
44
export * from './utils';

0 commit comments

Comments
 (0)