UNPKG

chonky

Version:

A File Browser component for React

10 lines (9 loc) 570 B
/** * @author Timur Kuzhagaliyev <tim.kuzh@gmail.com> * @copyright 2020 * @license MIT */ import React from 'react'; import { FileBrowserHandle, FileBrowserProps } from '../../types/file-browser.types'; export declare const ChonkyBusinessLogicInner: React.MemoExoticComponent<React.ForwardRefExoticComponent<FileBrowserProps & React.RefAttributes<FileBrowserHandle>>>; export declare const ChonkyBusinessLogic: React.MemoExoticComponent<React.MemoExoticComponent<React.ForwardRefExoticComponent<FileBrowserProps & React.RefAttributes<FileBrowserHandle>>>>;