UNPKG

tdesign-vue-next

Version:
9 lines (8 loc) 343 B
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;