blowfish/node_modules/@headlessui/react/dist/internal/focus-sentinel.d.ts

7 lines
192 B
TypeScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
/// <reference types="react" />
interface FocusSentinelProps {
onFocus(): boolean;
}
export declare function FocusSentinel({ onFocus }: FocusSentinelProps): JSX.Element | null;
export {};