UNPKG

@availity/authorize

Version:

Check user permissions to see if the current user is authorized to see your content.

5 lines (4 loc) 205 B
export { default } from './Authorize'; export type { AuthorizeProps } from './Authorize'; export { default as useAuthorize } from './useAuthorize'; export type { UseAuthorizeProps } from './useAuthorize';