测试
This commit is contained in:
8
frontend/node_modules/element-plus/lib/utils/strings.d.ts
generated
vendored
Normal file
8
frontend/node_modules/element-plus/lib/utils/strings.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { camelize, hyphenate } from '@vue/shared';
|
||||
export { camelize, hyphenate };
|
||||
export declare const kebabCase: (str: string) => string;
|
||||
/**
|
||||
* fork from {@link https://github.com/sindresorhus/escape-string-regexp}
|
||||
*/
|
||||
export declare const escapeStringRegexp: (string?: string) => string;
|
||||
export declare const capitalize: <T extends string>(str: T) => Capitalize<T>;
|
||||
Reference in New Issue
Block a user