UNPKG

react-admin-component

Version:
13 lines (12 loc) 324 B
import React from 'react'; declare type IconOpProps = { title?: string; icon: string; color?: string; style?: React.CSSProperties; className?: string; children?: React.ReactDOM; onClick: () => void; }; declare const IconOp: (props: IconOpProps) => JSX.Element; export default IconOp;