UNPKG

@vivid-web/react-action

Version:

A wrapper around React actions

16 lines (14 loc) 283 B
export { useAction } from "./useAction"; export { notOk, ok, error, success } from "./helpers"; export type { Result, SuccessResult, ErrorResult, Options, InferInput, InferOutput, InferErrorResult, InferErrorValue, InferSuccessResult, InferSuccessValue, } from "./types";