@brizy/core
Version:
Brizy Core to register your own component into Brizy Builder
5 lines (4 loc) • 307 B
TypeScript
import { Suffix, TemplateIconData } from "./types";
export declare const getSuffix: (type: string) => Suffix;
export declare function templateIconUrl({ type, iconName, suffix }: TemplateIconData): string;
export declare function compileTemplateIconUrl({ type, iconName, suffix }: TemplateIconData): string;