import MatrixController from './controller.js'; import MatrixElement from './element.js'; export type { AnchorX, AnchorY, MatrixControllerDatasetOptions, MatrixDataPoint, MatrixElement as MatrixElementType, MatrixOptions, MatrixParsedDataPoint, MatrixProps, } from './types.js'; export { MatrixController, MatrixElement };