UNPKG

@utahdts/utah-design-system

Version:
6 lines (3 loc) 294 B
import { createContext } from 'react'; /** @typedef { import('@utahdts/utah-design-system').ComboBoxOptionGroupContextValue} ComboBoxOptionGroupContextValue */ export const ComboBoxOptionGroupContext = /** @type {typeof createContext<ComboBoxOptionGroupContextValue>} */ (createContext)('');