UNPKG

@ariakit/react-core

Version:

Ariakit React core

9 lines (8 loc) 255 B
interface Props { attribute: string; contentId?: string; contentElement?: HTMLElement | null; enabled?: boolean; } export declare function useRootDialog({ attribute, contentId, contentElement, enabled, }: Props): () => boolean; export {};