@dbs-portal/module-tenant-management
Version:
Tenant management and multi-tenancy support module
7 lines • 300 B
TypeScript
/**
* TenantFeatureManager Component - Manage tenant features and capabilities
*/
import React from 'react';
import type { TenantFeatureManagerProps } from '../types';
export declare const TenantFeatureManager: React.FC<TenantFeatureManagerProps>;
//# sourceMappingURL=TenantFeatureManager.d.ts.map