mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-07-03 03:34:29 +08:00
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
interface UseTrapFocusProps {
|
|
container: HTMLElement | null;
|
|
}
|
|
export declare function useTrapFocus({ container }: UseTrapFocusProps): void;
|
|
export {};
|