UNPKG

@atlaskit/dropdown-menu

Version:

A dropdown menu displays a list of actions or options to a user.

6 lines (5 loc) 171 B
/// <reference types="react" /> /** * Holds the unique identifier for the checkbox group. */ export declare const CheckboxGroupContext: import("react").Context<string>;