UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

12 lines (11 loc) 309 B
import { FC } from 'react'; export type RenderIconProps = { iconSet?: string; iconName?: string; size?: number | string; color?: string; className?: string; style?: React.CSSProperties; }; export declare const RenderIcon: FC<RenderIconProps>; //# sourceMappingURL=render-icon.d.ts.map