UNPKG

@brizy/core

Version:

Brizy Core to register your own component into Brizy Builder

5 lines (4 loc) 222 B
/// <reference types="react" /> import { ThemeIconProps as Props } from "./types"; export declare const ThemeIconPreview: (props: Props) => JSX.Element; export declare const ThemeIconEditor: (props: Props) => JSX.Element;