ubiquitous-invention/apps/web/components/templates/index.ts

10 lines
267 B
TypeScript
Raw Permalink Normal View History

export {
TemplatePicker,
BUILTIN_TEMPLATES,
TEMPLATE_PICKER_CREATE_SENTINEL,
type TemplatePickerProps,
type PickerTemplate,
type TemplateSchemaJson,
} from "./template-picker";
export { TemplateEditor, type TemplateEditorProps } from "./template-editor";