UNPKG

@cainiaofe/cn-ui-m

Version:
12 lines (11 loc) 406 B
import type { CnIconProps, IconfontConfig } from './types'; /** * @category 方法 * 通过自定义 iconfont源来使用使用svg格式的图片 */ export declare function createFromIconfontCN(options?: IconfontConfig): { (props: CnIconProps & { ttb?: boolean; }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>; displayName: string; };