UNPKG

tdesign-vue-next

Version:
6 lines (5 loc) 314 B
import type { Platform } from './types'; export declare const COMMON_COMP_MAP: Record<string, string[]>; export declare const WEB_COMP_MAP: Record<string, string[]>; export declare const MOBILE_COMP_MAP: Record<string, string[]>; export declare const mapToParentName: (name: string, platform: Platform) => string;