UNPKG

@payloadcms/plugin-multi-tenant

Version:
10 lines 436 B
import type { ViewTypes } from 'payload'; import React from 'react'; import type { MultiTenantPluginConfig } from '../../types.js'; import './index.scss'; export declare const TenantSelectorClient: ({ disabled: disabledFromProps, label, viewType, }: { disabled?: boolean; label?: MultiTenantPluginConfig["tenantSelectorLabel"]; viewType?: ViewTypes; }) => React.JSX.Element | null; //# sourceMappingURL=index.client.d.ts.map