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