UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 232 B
// pf-switch/pf-switch.js import type { ReactWebComponent } from '@lit/react'; import type { PfSwitch } from '@patternfly/elements/pf-switch/pf-switch.js'; export const Switch: ReactWebComponent<PfSwitch, { onChange: 'change' }>;