Files
web-bak/node_modules/@ant-design/cssinjs-utils/es/util/getCompVarPrefix.d.ts

3 lines
113 B
TypeScript
Raw Normal View History

2026-02-09 16:30:59 +08:00
declare const getCompVarPrefix: (component: string, prefix?: string) => string;
export default getCompVarPrefix;