UNPKG

@iobroker/adapter-react

Version:

React classes to develop admin interfaces for ioBroker with react.

12 lines (11 loc) 438 B
export default IconDocument; declare function IconDocument(props: any): JSX.Element; declare namespace IconDocument { namespace propTypes { const onClick: PropTypes.Requireable<(...args: any[]) => any>; const width: PropTypes.Requireable<string | number>; const height: PropTypes.Requireable<string | number>; const className: PropTypes.Requireable<string>; } } import PropTypes from "prop-types";