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