UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 237 B
// pf-text-input/pf-text-input.js import type { ReactWebComponent } from '@lit/react'; import type { PfTextInput } from '@patternfly/elements/pf-text-input/pf-text-input.js'; export const TextInput: ReactWebComponent<PfTextInput, {}>;