interface H5MatrixViewerProps {
    matrices: Readonly<MatrixData>;
}

Properties

Properties

matrices: Readonly<MatrixData>