UNPKG

tdesign-miniprogram

Version:
32 lines (31 loc) 620 B
import { TabValue } from '../tabs/index'; export interface TdTabPanelProps { badgeProps?: { type: ObjectConstructor; value?: object; }; disabled?: { type: BooleanConstructor; value?: boolean; }; icon?: { type: null; value?: string | object; }; label?: { type: StringConstructor; value?: string; }; lazy?: { type: BooleanConstructor; value?: boolean; }; panel?: { type: StringConstructor; value?: string; }; value?: { type: null; value?: TabValue; }; }