UNPKG

@edtr-io/plugin-text

Version:
10 lines 290 B
import * as React from 'react'; export declare class Math extends React.Component<MathProps> { render(): JSX.Element | null; } export interface MathProps { formula?: string; inline?: boolean; oldErrorPosition?: number; } //# sourceMappingURL=math-component.d.ts.map