analytica-frontend-lib
Version:
Repositório público dos componentes utilizados nas plataformas da Analytica Ensino
8 lines • 316 B
TypeScript
/**
* Test double for `rehype-katex`. The real plugin is ESM-only; our mocked
* `react-markdown` ignores the plugins array, so the no-op default is
* sufficient to satisfy the import.
*/
declare const rehypeKatexMock: () => undefined;
export default rehypeKatexMock;
//# sourceMappingURL=mockRehypeKatex.d.ts.map