UNPKG

@progress/kendo-angular-excel-export

Version:

Kendo UI for Angular Excel Export component

19 lines (18 loc) 687 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { WorkbookOptions } from '@progress/kendo-ooxml'; /** * * @hidden */ export declare const workbookOptions: (options: any) => WorkbookOptions; /** * @hidden */ export declare const toDataURL: (options: WorkbookOptions) => Promise<string>; /** * @hidden */ export declare const isWorkbookOptions: (value: any) => boolean;