mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-26 04:21:15 +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 {};
|