UNPKG

table-to-excel-react

Version:
6 lines (5 loc) 293 B
import { IContext } from '../interfaces/context'; export declare const base64: (s: string | number | boolean) => string; export declare const format: (s: string, c: IContext) => string; export declare const uri = "data:application/vnd.ms-excel;base64,"; export declare const template: string;