UNPKG

@brizy/core

Version:

Brizy Core to register your own component into Brizy Builder

5 lines (4 loc) 214 B
import { MValue } from "@/types"; import { ComponentType } from "react"; import { BuilderComponentProps } from "./types"; export declare function getPublicComponent(): MValue<ComponentType<BuilderComponentProps>>;