UNPKG

@ariakit/react-core

Version:

Ariakit React core

4 lines (3 loc) 287 B
import type { DialogOptions } from "../dialog.tsx"; import type { DialogStore } from "../dialog-store.ts"; export declare function useHideOnInteractOutside(store: DialogStore, hideOnInteractOutside: DialogOptions["hideOnInteractOutside"], domReady?: boolean | HTMLElement | null): void;