Files

3 lines
113 B
TypeScript
Raw Permalink Normal View History

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