0.1.2 • Published 6 years ago
@mtjs/icons v0.1.2
Install
yarn add @mtjs/icons@4.0.0Basic Usage
You can import it directly or destructure from @mtjs/icons when tree-shaking enabled.
Component Interface
interface AntdIconProps {
className?: string;
onClick?: React.MouseEventHandler<SVGSVGElement>;
style?: React.CSSProperties;
}Release
npm run generate
npm run compile
npm publish0.1.2
6 years ago