UNPKG

@metrostar/comet-uswds

Version:

React with TypeScript Component Library based on USWDS 3.0.

5 lines (4 loc) 105 B
declare const useFileInput: () => { clear: (elemId: string) => void; }; export default useFileInput;