UNPKG

@pusdn/pgz-comp-elep

Version:

PGZ组件库,Vue3 中基于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; }