getCompVarPrefix.d.ts 113 B

12
  1. declare const getCompVarPrefix: (component: string, prefix?: string) => string;
  2. export default getCompVarPrefix;