UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 420 B
import { RequestConfigProps } from '../types'; export declare const generateSchema: (schema: any, cols: number, onlyProperties?: boolean) => any; export declare const handleRequestService: (requestConfig: RequestConfigProps) => import("ahooks/lib/useRequest/src/types").Service<any, any>; export declare function useStateCallback(initialState: any): any[]; export declare function useIsExceedWidth(width: any): boolean;