UNPKG

@wocwin/t-ui-plus

Version:

Page level components developed based on Element Plus.

10 lines (9 loc) 286 B
export interface TAdaptivePageProps { leftWidth?: number | string; pageStyle?: Record<string, string>; columnSetting?: boolean; name?: string; queryPageStyle?: Record<string, string>; tablePageStyle?: Record<string, string>; isTTableSelfFilling?: boolean; }