UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

5 lines (4 loc) 204 B
import type { FormProps } from './types'; export declare const useFormDrawer: ({ store, render }: Pick<FormProps, "store" | "render">, emitChange: () => void) => { renderDrawer: () => JSX.Element; };