UNPKG

zfd

Version:

An enterprise-class UI design language and React-based implementation

10 lines (9 loc) 275 B
import { IconProps } from './index'; import * as React from 'react'; export interface CustomIconOptions { scriptUrl?: string; extraCommonProps?: { [key: string]: any; }; } export default function create(options?: CustomIconOptions): React.SFC<IconProps>;