@sheetxl/models
Version:
Models - A Headless javascript spreadsheet library.
10 lines • 394 B
TypeScript
export function setUpdateContext(u: any): void;
export function hasUpdateContext(): boolean;
export function getUpdateContext(): any[];
export default UpdateContext;
declare const UpdateContext: Readonly<{
setUpdateContext: typeof setUpdateContext;
getUpdateContext: typeof getUpdateContext;
hasUpdateContext: typeof hasUpdateContext;
}>;
//# sourceMappingURL=UpdateContext.d.ts.map