UNPKG

@jiaozhiye/qm-design-vue

Version:

A Component Library for Vue3.0

13 lines (12 loc) 443 B
declare function patchDict(patchers: any): void; declare function isSupported(force?: boolean): boolean; declare function genToken(ch: any): any; declare function parse(str: any): any; declare const _default: { isSupported: typeof isSupported; parse: typeof parse; patchDict: typeof patchDict; genToken: typeof genToken; convertToPinyin(str: string, lowerCase: boolean, separator: string): any; }; export default _default;