UNPKG

icomoon-helper

Version:
6 lines (5 loc) 277 B
import React from 'react'; import { IIcomoonConfig, IIconProps, IRenderIconProps } from './interfaces'; export declare function createIconSet(config: IIcomoonConfig, renderIcon?: (props: IRenderIconProps) => JSX.Element): React.FC<IIconProps & { children: string; }>;