UNPKG

strapi-plugin-users-permissions

Version:

Protect your API with a full-authentication process based on JWT

6 lines (5 loc) 275 B
// eslint-disable-next-line import/prefer-default-export export { default as useForm } from './useForm'; export { default as useRolesList } from './useRolesList'; export { default as usePlugins } from './usePlugins'; export { default as useFetchRole } from './useFetchRole';