UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

12 lines (11 loc) 286 B
/** * Role-Based Access Control (RBAC) module * * This module provides utilities for implementing role-based access control in applications. */ // Export types export * from './types'; // Export core utilities export * from './utils'; // Export React hooks export * from './hooks';