ttrpg-tools/src/components/md-deck/editor-panel/index.ts

7 lines
376 B
TypeScript

export { DataEditorPanel } from './DataEditorPanel';
export { PropertiesEditorPanel } from './PropertiesEditorPanel';
export { LayerEditorPanel } from './LayerEditorPanel';
export type { DataEditorPanelProps } from './DataEditorPanel';
export type { PropertiesEditorPanelProps } from './PropertiesEditorPanel';
export type { LayerEditorPanelProps } from './LayerEditorPanel';