UNPKG

119 BTypeScriptView Raw
1import type { FC, ReactElement } from 'react';
2export declare function createIconComponent(svg: ReactElement): FC<{}>;