UNPKG

react-super

Version:
9 lines (8 loc) 278 B
import { columnsProps } from '../../Table/interface'; export interface DownloadExcelProps { title?: string; columns: columnsProps[]; dataSource: any; } declare const _default: ({ title, columns, dataSource }: DownloadExcelProps) => boolean; export default _default;