UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

9 lines (8 loc) 227 B
interface SvgIconProps { prefix?: string; name: string; size?: number | string; spin?: boolean; } declare const SvgIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element; export default SvgIcon;