UNPKG

table-to-excel-react

Version:
6 lines (5 loc) 118 B
export interface IContext { worksheet: string; table: any; } export type ContextType = 'worksheet' | 'table';