UNPKG

@rhds/elements

Version:
11 lines (10 loc) 282 B
// rh-select/rh-option.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhOption } from '@rhds/elements/rh-select/rh-option.js'; export const Option = createComponent({ tagName: 'rh-option', elementClass: RhOption, react, events: {}, });