UNPKG

@patternfly/elements

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