UNPKG

rjsf-antd

Version:

Ant Design theme, fields and widgets for react-jsonschema-form

8 lines 280 B
/// <reference types="react" /> import { ButtonProps } from 'antd/es/button'; declare type IconButtonProps = ButtonProps & { icon: string; }; declare const IconButton: (props: IconButtonProps) => JSX.Element; export default IconButton; //# sourceMappingURL=IconButton.d.ts.map