4 lines
147 B
TypeScript
4 lines
147 B
TypeScript
import {StreamParser} from "@codemirror/language"
|
|
export declare const xml: StreamParser<unknown>
|
|
export declare const html: StreamParser<unknown>
|