UNPKG

@dbs-portal/module-tenant-management

Version:

Tenant management and multi-tenancy support module

12 lines 562 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'; export type { TenantListProps, TenantFormProps } from '../types'; //# sourceMappingURL=index.d.ts.map