UNPKG

next-form-action

Version:

A TypeScript library for handling server actions in Next.js with type-safe error handling and callbacks

3 lines 172 B
export { ActionError, ActionResponse, ActionSuccess, createAction, error, success } from "@/server"; export { useAction } from "@/client"; //# sourceMappingURL=index.js.map