UNPKG

@dbs-portal/module-tenant-management

Version:

Tenant management and multi-tenancy support module

11 lines 494 B
/** * Tenant Management Components */ export { TenantList } from './TenantList'; export { TenantForm } from './TenantForm'; export { TenantDetail } from './TenantDetail'; export { TenantSwitcher, CompactTenantSwitcher, FullTenantSwitcher, TenantIndicator } from './TenantSwitcher'; export { TenantAnalytics } from './TenantAnalytics'; export { TenantFeatureManager } from './TenantFeatureManager'; export { TenantBackupManager } from './TenantBackupManager'; //# sourceMappingURL=index.js.map