UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

13 lines (8 loc) 339 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const primitives = require('./primitives.cjs'); const OptionGroup = primitives.SelectItemGroup; const OptionGroupLabel = primitives.SelectItemGroupLabel; exports.OptionGroup = OptionGroup; exports.OptionGroupLabel = OptionGroupLabel;