UNPKG

gather-content-ui

Version:
10 lines 309 B
declare function FolderRowContents({ show, children, highlight, ...rest }: any): any; declare namespace FolderRowContents { var defaultProps: { show: boolean; highlight: boolean; children: null; }; } export { FolderRowContents }; //# sourceMappingURL=FolderRowContents.d.ts.map