UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

4 lines 273 B
import type { MutableRefObject } from 'react'; import type { CustomFileOrRejection } from '../hooks'; export declare const useBase64PreviewValue: (file: CustomFileOrRejection, mountedRef: MutableRefObject<boolean>) => string | undefined; //# sourceMappingURL=hooks.d.ts.map