UNPKG

@makeen.io/material-ui-kit

Version:
18 lines (17 loc) 564 B
import { IExtendedTheme } from "../../themes/default"; declare type BaseImageProps = { theme: IExtendedTheme; }; declare type ImageWrapperProps = BaseImageProps & { hasImage?: boolean; height?: string; width?: string; }; export declare type ImagePickerProps = ImageWrapperProps & { defaultValue?: any; name: string; setFormRegister: Function; setFormValue: Function; }; declare const _default: ({ defaultValue, height, width, setFormRegister, setFormValue, name, theme, }: ImagePickerProps) => JSX.Element; export default _default;