UNPKG

@atlaskit/dropdown-menu

Version:

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

6 lines (5 loc) 168 B
import { createContext } from 'react'; /** * Holds the unique identifier for the checkbox group. */ export var CheckboxGroupContext = /*#__PURE__*/createContext('');