UNPKG

@atlaskit/dropdown-menu

Version:

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

5 lines (4 loc) 139 B
/** * Holds the unique identifier for the checkbox group. */ export declare const CheckboxGroupContext: import('react').Context<string>;