UNPKG

@dbs-portal/module-tenant-management

Version:

Tenant management and multi-tenancy support module

7 lines 261 B
/** * TenantDetail Component - Comprehensive tenant information display */ import React from 'react'; import type { TenantDetailProps } from '../types'; export declare const TenantDetail: React.FC<TenantDetailProps>; //# sourceMappingURL=TenantDetail.d.ts.map