UNPKG

nice-ui

Version:

React design system, components, and utilities

9 lines (8 loc) 220 B
export interface IKatex { render(source: string, options: { displayMode?: boolean; throwOnError?: boolean; }): unknown; } declare const loadKatex: () => Promise<IKatex>; export default loadKatex;