UNPKG

@brizy/core

Version:

Brizy Core to register your own component into Brizy Builder

3 lines (2 loc) 117 B
import { BuilderConfig, MValue } from "../types"; export declare const getConfig: <T>() => MValue<BuilderConfig<T>>;