@syncfusion/ej2-spreadsheet
Version:
Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel
12 lines (11 loc) • 471 B
TypeScript
import { ModuleDeclaration } from '@syncfusion/ej2-base';
import { Workbook } from '../base/index';
/**
* To get Workbook required modules.
*
* @hidden
* @param {Workbook} context - Specifies the context.
* @param {ModuleDeclaration[]} modules - Specifies the modules.
* @returns {ModuleDeclaration[]} - To get Workbook required modules.
*/
export declare function getWorkbookRequiredModules(context: Workbook, modules?: ModuleDeclaration[]): ModuleDeclaration[];