export interface TAdaptivePageProps { leftWidth?: number | string; pageStyle?: Record; columnSetting?: boolean; name?: string; queryPageStyle?: Record; tablePageStyle?: Record; isTTableSelfFilling?: boolean; }