@speed-highlight/core
Version:
🌈 Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection
42 lines • 809 B
TypeScript
export let name: string;
export let properties: string;
export namespace xmlElement {
let match: RegExp;
let sub: ({
type: string;
match: RegExp;
sub: {
type: string;
match: RegExp;
}[];
} | {
type: string;
match: RegExp;
sub?: undefined;
})[];
}
declare const _default: ({
match: RegExp;
sub: ({
type: string;
match: RegExp;
sub: {
type: string;
match: RegExp;
}[];
} | {
type: string;
match: RegExp;
sub?: undefined;
})[];
} | {
match: RegExp;
sub: string;
type?: undefined;
} | {
type: string;
match: RegExp;
sub?: undefined;
})[];
export default _default;
//# sourceMappingURL=xml.d.ts.map