react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
26 lines (25 loc) • 612 B
TypeScript
import ParseOptions from './ParseOptions.js';
declare namespace FilterUtil {
let cleanStretchy: (arg: {
math: any;
data: ParseOptions;
}) => void;
let cleanAttributes: (arg: {
data: ParseOptions;
}) => void;
let combineRelations: (arg: {
data: ParseOptions;
}) => void;
let cleanSubSup: (arg: {
math: any;
data: ParseOptions;
}) => void;
let moveLimits: (arg: {
data: ParseOptions;
}) => void;
let setInherited: (arg: {
math: any;
data: ParseOptions;
}) => void;
}
export default FilterUtil;