UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

37 lines (36 loc) 747 B
declare const COL_SPAN_DATA: ({ title: string; value: number; } | { title: number; value: number; })[]; declare const COL_WEAPPER_SPAN_DATA: { 2: { title: string; value: number; }[]; 4: { title: string; value: number; }[]; 6: { title: string; value: number; }[]; 8: { title: string; value: number; }[]; 12: { title: string; value: number; }[]; }; declare const LABEL_SPAN_DATA: { title: string; value: number; }[]; declare const PROPS_FOR_PC = "PC\u8BBE\u7F6E"; declare const PROPS_FOR_H5 = "H5\u8BBE\u7F6E"; export { COL_SPAN_DATA, COL_WEAPPER_SPAN_DATA, LABEL_SPAN_DATA, PROPS_FOR_PC, PROPS_FOR_H5 };