Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Utility type for describing the context used within the Dropdown component.
interface LkDropdownContext {
open: boolean;
setOpen: (open: boolean) => void;
triggerRef: React.RefObject<HTMLElement | null>;
contentRef: React.RefObject<HTMLDivElement | null>;
}
Types with similar roles.