UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 250 B
import React from 'react'; import { FileInputProps as MantineFileInputProps } from '@mantine/core'; export type FileInputProps = MantineFileInputProps; declare const FileInput: (props: FileInputProps) => React.JSX.Element; export { FileInput };