UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

6 lines 219 B
import { FormContextValue } from "./type.mjs"; //#region src/base-ui/Form/context.d.ts declare const useFormContext: () => FormContextValue; //#endregion export { useFormContext }; //# sourceMappingURL=context.d.mts.map