UNPKG

dbl-components

Version:

Framework based on bootstrap 5

15 lines (14 loc) 377 B
export default class FileButtonField extends DropFileField { static defaultProps: { labelClasses: string; type: string; default: string; value: string; first: string; floating: boolean; classes: string; style: {}; active: boolean; }; } import DropFileField from "./drop-file-field";