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

4 lines
181 B
TypeScript
Raw Normal View History

2026-02-27 15:21:21 +08:00
export { DataEditorPanel } from './DataEditorPanel';
export { PropertiesEditorPanel } from './PropertiesEditorPanel';
export type { DataEditorPanelProps } from './DataEditorPanel';