UNPKG

tdesign-miniprogram

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