@plone/volto
Version:
Volto
11 lines (10 loc) • 360 B
TypeScript
export function ImageToolbar({ className, data, id, onChange, selected }: {
className: any;
data: any;
id: any;
onChange: any;
selected: any;
}): import("react/jsx-runtime").JSX.Element;
export const ImageInput: any;
export default ImageUploadWidget;
declare function ImageUploadWidget(props: any): import("react/jsx-runtime").JSX.Element;