UNPKG

pagamio-frontend-commons-lib

Version:

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

9 lines (8 loc) 223 B
/** * Role-Based Access Control (RBAC) module * * This module provides utilities for implementing role-based access control in applications. */ export * from './types'; export * from './utils'; export * from './hooks';