Notes/src/index.js

7 lines
129 B
JavaScript
Raw Normal View History

2023-02-06 19:35:50 +01:00
/**
* @module math
*/
export { default as Math } from './math';
export { default as AutoformatMath } from './autoformatmath';