UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

14 lines (13 loc) 318 B
import { IEnumerable$1, Type } from "igniteui-angular-core"; /** * @hidden */ export interface ISupportPositioning { readonly before: IEnumerable$1<string>; readonly after: IEnumerable$1<string>; readonly key: string; } /** * @hidden */ export declare let ISupportPositioning_$type: Type;