@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
6 lines (5 loc) • 357 B
JavaScript
export { TenantField } from '../components/TenantField/index.client.js';
export { TenantSelector } from '../components/TenantSelector/index.js';
export { WatchTenantCollection } from '../components/WatchTenantCollection/index.js';
export { useTenantSelection } from '../providers/TenantSelectionProvider/index.client.js';
//# sourceMappingURL=client.js.map