mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 17:37:24 +08:00
4 lines
196 B
TypeScript
4 lines
196 B
TypeScript
export declare const removeNonCodeWrappedHTML: (str: string) => string;
|
|
export declare const parseHeader: (str: string) => string;
|
|
export declare const deeplyParseHeader: (str: string) => string;
|