UNPKG

@wocwin/t-ui-plus

Version:

Page level components developed based on Element Plus.

22 lines (21 loc) 593 B
export interface TQueryConditionProps { opts: Record<string, any>; labelWidth?: string; btnCheckBind?: Record<string, any>; btnResetBind?: Record<string, any>; loading?: boolean; reset?: boolean; boolEnter?: boolean; isShowOpen?: boolean; isExpansion?: boolean; maxVisibleRows?: number; packUpTxt?: string; unfoldTxt?: string; isFooter?: boolean; configChangedReset?: boolean; isShowWidthSize?: boolean; widthSize?: number; isDropDownSelectMore?: boolean; moreCheckList?: any[]; popoverAttrs?: Record<string, any>; }