UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 232 B
// elements/rh-tabs/rh-tab-panel.js import type { ReactWebComponent } from '@lit/react'; import type { RhTabPanel } from '@rhds/elements/elements/rh-tabs/rh-tab-panel.js'; export const TabPanel: ReactWebComponent<RhTabPanel, {}>;