UNPKG

@ariakit/react-core

Version:

Ariakit React core

3 lines (2 loc) 166 B
import type { SetState } from "@ariakit/core/utils/types"; export declare const GroupLabelContext: import("react").Context<SetState<string | undefined> | undefined>;