UNPKG

@tabula/ui-node-icon

Version:
7 lines (6 loc) 258 B
import { ComponentType, HTMLProps } from 'react'; export type Props = HTMLProps<SVGSVGElement> & { isDisabled?: boolean; testId?: string; }; export declare function createIcon(Icon: ComponentType<Props>, iconClassName: string): ComponentType<Props>;