/** * 获取用户表标准视图中排序规则 */ export declare const useViewData: (where: any) => { filterParams: { orderBy: any; orderType: any; where: any; }; };