UNPKG

nehan-katex

Version:

nehan plugin for displaying mathematical expression using katex

10 lines (9 loc) 299 B
import { CssStyleSheet } from 'nehan'; export declare function create(args: { selector?: string; spacingSize?: number; margin?: string; normalize?: (markup: string) => string; attachDOM?: (dom: HTMLElement) => void; detachDOM?: (dom: HTMLElement) => void; }): CssStyleSheet;