UNPKG

files-ui-react-19

Version:

UI components for file uploads with React js - with React 19 support

7 lines (6 loc) 176 B
import * as React from "react"; interface EmptyStatusProps { height?: string | number; } declare const EmptyStatus: React.FC<EmptyStatusProps>; export default EmptyStatus;