UNPKG

@lxlib/seed

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

13 lines (12 loc) 266 B
export declare class XlsxConfig { /** * Xlsx library path */ url?: string; /** * Defines which Xlsx optional modules should get loaded, e.g: * * `[ '//cdn.bootcss.com/xlsx/0.12.13/cpexcel.js' ]` */ modules?: string[]; }