Files
turftracker/frontend/node_modules/@headlessui/react/dist/internal/focus-sentinel.d.ts
2026-04-09 13:19:47 -05:00

7 lines
192 B
TypeScript

/// <reference types="react" />
interface FocusSentinelProps {
onFocus(): boolean;
}
export declare function FocusSentinel({ onFocus }: FocusSentinelProps): JSX.Element | null;
export {};