/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export type { ISharedMatrixEvents, ISharedMatrix } from "./matrix.js"; export type { MatrixItem } from "./ops.js"; export { SharedMatrixFactory, SharedMatrix } from "./runtime.js"; export type { IUndoConsumer, IRevertible } from "./types.js"; //# sourceMappingURL=index.d.ts.map