UNPKG

petals-ui

Version:
5 lines (4 loc) 148 B
import { IFileFormControl } from '../../form-control'; interface IFilePickerComponent extends IFileFormControl { } export { IFilePickerComponent };