UNPKG

ra-input-rich-text

Version:

<RichTextInput> component for react-admin, useful for editing HTML code in admin GUIs.

4 lines 224 B
import * as React from 'react'; import { ToggleButtonProps } from '@mui/material'; export declare const ClearButtons: (props: Omit<ToggleButtonProps, "value">) => React.JSX.Element; //# sourceMappingURL=ClearButtons.d.ts.map