UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 323 B
import type { FileButtonFactory, FileButtonProps } from './FileButton'; export { FileButton } from './FileButton'; export type { FileButtonProps, FileButtonFactory }; export declare namespace FileButton { type Props<Multiple extends boolean = false> = FileButtonProps<Multiple>; type Factory = FileButtonFactory; }