You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
544 B
9 lines
544 B
export { default as MatrixColumnView } from './column';
|
|
export { default as MatrixColumnSelectionView } from './columnSelection';
|
|
export { default as MatrixFlipColumnView } from './flipColumn';
|
|
export { default as MatrixFlipRowView } from './flipRow';
|
|
export { default as MatrixRowView } from './row';
|
|
export { default as MatrixRowSelectionView } from './rowSelection';
|
|
export { default as MatrixSelectionView } from './selection';
|
|
export { default as MatrixSubView } from './sub';
|
|
export { default as MatrixTransposeView } from './transpose';
|
|
|