UNPKG

@brizy/core

Version:

Brizy Core to register your own component into Brizy Builder

5 lines (4 loc) 314 B
export { Brizy } from "./Builder"; export type { DCTypes, LeftSidebarOptionTypes, RegisterComponentProps, ComponentData, ToolbarConfig, ToolbarGetter } from "./types"; export { ThemeIconEditor, ThemeIconPreview } from "./components/ThemeIcon"; export { default as ImageUtility } from "./utils/elementModel/image";