initial commit
This commit is contained in:
6
node_modules/@headlessui/react/dist/internal/focus-sentinel.d.ts
generated
vendored
Normal file
6
node_modules/@headlessui/react/dist/internal/focus-sentinel.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/// <reference types="react" />
|
||||
interface FocusSentinelProps {
|
||||
onFocus(): boolean;
|
||||
}
|
||||
export declare function FocusSentinel({ onFocus }: FocusSentinelProps): JSX.Element | null;
|
||||
export {};
|
||||
Reference in New Issue
Block a user