UNPKG

form-render

Version:

通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成

3 lines (2 loc) 159 B
export declare function usePrevious(value: any): any; export declare const useSet: (initState: any) => [any, import("react").ActionDispatch<[newState: any]>];