@dbs-portal/module-tenant-management
Version:
Tenant management and multi-tenancy support module
11 lines • 296 B
TypeScript
/**
* TenantList Component - Display and manage tenants
*/
import React from 'react';
import type { TenantListProps } from '../types';
/**
* TenantList component
*/
export declare const TenantList: React.FC<TenantListProps>;
export default TenantList;
//# sourceMappingURL=TenantList.d.ts.map