UNPKG

@dbs-portal/module-tenant-management

Version:

Tenant management and multi-tenancy support module

7 lines 276 B
/** * TenantAnalytics Component - Comprehensive tenant analytics dashboard */ import React from 'react'; import type { TenantAnalyticsProps } from '../types'; export declare const TenantAnalytics: React.FC<TenantAnalyticsProps>; //# sourceMappingURL=TenantAnalytics.d.ts.map