@@ -0,0 +1,9 @@
|
||||
import { ReffuseExtension, type ReffuseNamespace } from "reffuse"
|
||||
|
||||
|
||||
export const FormExtension = ReffuseExtension.make(() => ({
|
||||
useForm<A, E, R>(
|
||||
this: ReffuseNamespace.ReffuseNamespace<R>,
|
||||
) {
|
||||
},
|
||||
}))
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./FormExtension.js"
|
||||
Reference in New Issue
Block a user