@brizy/core
Version:
Brizy Core to register your own component into Brizy Builder
6 lines (5 loc) • 443 B
TypeScript
export { Brizy } from "./Builder";
export type { DCTypes, LeftSidebarOptionTypes, RegisterComponentProps, ComponentData, ToolbarConfig, ToolbarGetter, EditorPlugin, PluginAPI, PluginEvents, PluginSlotName, PluginSlotContribution } from "./types";
export { ThemeIconEditor, ThemeIconPreview } from "./components/ThemeIcon";
export { DropZone } from "./components/DropZone";
export { default as ImageUtility } from "./utils/elementModel/image";