UNPKG

@cerbos/react

Version:

A collection of React hooks for interacting with Cerbos policy decision points

9 lines 383 B
/** * A collection of React hooks for interacting with Cerbos policy decision points. * * @packageDocumentation */ export { type CerbosProviderProps, CerbosProvider } from "./cerbos-provider"; export { useCerbos } from "./use-cerbos"; export { type AsyncResult, useCheckResource, useCheckResources, useIsAllowed, } from "./use-cerbos-request"; //# sourceMappingURL=index.d.ts.map