react-native-math-view
Version:
Math view for react-native
9 lines • 355 B
text/typescript
//export * from './ios/MathView';
export { default as MathjaxFactory } from './mathjax';
export const Constants = {};
// fallback to SvgXml
//export { default } from './ios/MathView';
export { default } from './fallback';
export type { MathViewProps } from './common';
export { default as MathText } from './MathText';
export * from './MathText';