NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/param-case/dist.es2015/index.d.ts

4 lines
133 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
import { Options } from "dot-case";
export { Options };
export declare function paramCase(input: string, options?: Options): string;