tdesign-vue-next
Version:
TDesign Component for vue-next
9 lines (8 loc) • 343 B
TypeScript
import type { Platform } from './types';
export declare const convert2PascalCase: (name: string) => string;
export declare const COMPONENT_MAPS: {
web: Record<string, string[]>;
mobile: Record<string, string[]>;
chat: Record<string, string[]>;
};
export declare const mapToParentName: (name: string, platform: Platform) => string;