import { UserRole } from 'react-role-controller';
<UserRole roles={roles} currentRole={currentRole}>
{children}
</UserRole>
- Roles - array of roles (strings),
- CurrentRole - role (string),
- Children - array of React nodes
| Name | Name | Last commit date | ||
|---|---|---|---|---|