UNPKG

@atlaskit/dropdown-menu

Version:

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

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