UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 220 B
// pf-tabs/pf-tab-panel.js import type { ReactWebComponent } from '@lit/react'; import type { PfTabPanel } from '@patternfly/elements/pf-tabs/pf-tab-panel.js'; export const TabPanel: ReactWebComponent<PfTabPanel, {}>;