Variable defaultConst

    default: {
        BackFormula: FunctionComponent<IPropsFormula>;
        BackInline: FunctionComponent<IPropsInline>;
        Formula: FunctionComponent<IPropsFormula>;
        Head: FunctionComponent<{}>;
        Html: FunctionComponent<IPropsHtml>;
        Inline: FunctionComponent<IPropsInline>;
    } = ...

    Type declaration

    Generated using TypeDoc and TypeDoc Airthium Plugin