UNPKG

@uimkit/uikit-react

Version:

<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>

16 lines (13 loc) 502 B
import React__default from 'react'; import { IconTypes } from './type.js'; declare const changeTypeToIconClassName: (type: IconTypes) => string; interface IconProps { type?: IconTypes; height?: number; width?: number; onClick?: (event: React__default.BaseSyntheticEvent) => void; className?: string; } declare function Icon(props: React__default.PropsWithChildren<IconProps>): JSX.Element; export { Icon, IconProps, changeTypeToIconClassName }; //# sourceMappingURL=Icon.d.ts.map