@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
9 lines • 356 B
TypeScript
import type { ServerProps } from 'payload';
import type { MultiTenantPluginConfig } from '../../types.js';
type Props = {
enabledSlugs: string[];
label: MultiTenantPluginConfig['tenantSelectorLabel'];
} & ServerProps;
export declare const TenantSelector: (props: Props) => import("react").JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map