4 lines
181 B
TypeScript
4 lines
181 B
TypeScript
|
|
export { DataEditorPanel } from './DataEditorPanel';
|
||
|
|
export { PropertiesEditorPanel } from './PropertiesEditorPanel';
|
||
|
|
export type { DataEditorPanelProps } from './DataEditorPanel';
|