3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
|
import type katex from 'katex';
|
||
|
export type Katex = typeof katex;
|