UNPKG

@progress/kendo-react-excel-export

Version:
15 lines (14 loc) 395 B
import { WorkbookOptions } from '@progress/kendo-ooxml'; import { ExcelExportProps } from '../ExcelExport'; /** * @hidden */ export declare const workbookOptions: (options: ExcelExportProps) => WorkbookOptions; /** * @hidden */ export declare const toDataURL: (options: WorkbookOptions) => Promise<string>; /** * @hidden */ export declare const isWorkbookOptions: (value: any) => boolean;