UNPKG

@apideck/file-picker

Version:

A React file picker component that works with the Apideck [File Storage API](https://developers.apideck.com/apis/file-storage/reference).

10 lines (9 loc) 280 B
/// <reference types="react" /> interface Props { isSearching: boolean; } export declare const LoadingTable: ({ isSearching }: Props) => JSX.Element; export declare const LoadingRow: ({ columns }: { columns: any[]; }) => JSX.Element; export default LoadingTable;