UNPKG

react-ui89

Version:

A collection of React components that mimic a common style of user interfaces from the late 80s and early 90s.

3 lines (2 loc) 162 B
export declare const DialogRootContext: import("react").Context<Element | null | undefined>; export declare function useDialogRoot(): Element | null | undefined;