UNPKG

chonky

Version:

A File Browser component for React

12 lines (11 loc) 277 B
/** * @author Timur Kuzhagaliyev <tim.kuzh@gmail.com> * @copyright 2020 * @license MIT */ import React from 'react'; export interface FileListEmptyProps { width: number; height: number; } export declare const FileListEmpty: React.FC<FileListEmptyProps>;