uni-ticket-system/node_modules/licia/html.d.ts
2023-12-05 10:11:10 +08:00

7 lines
109 B
TypeScript

declare const html: {
parse(html: string): any[];
stringify(tree: any[]): string;
};
export = html;