UNPKG

payload-gatekeeper

Version:

The ultimate access control gatekeeper for Payload CMS v3 - Advanced RBAC with wildcard support, auto role assignment, and flexible configuration

8 lines 372 B
import React from 'react'; import type { PermissionsSelectProps } from './PermissionsSelect'; /** * Wrapper component that ensures PermissionsSelect only renders on the client * This prevents hydration mismatches with react-select */ export declare const PermissionsSelectWrapper: React.FC<PermissionsSelectProps>; //# sourceMappingURL=PermissionsSelectWrapper.d.ts.map