UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 279 B
// pf-background-image/pf-background-image.js import type { ReactWebComponent } from '@lit/react'; import type { PfBackgroundImage } from '@patternfly/elements/pf-background-image/pf-background-image.js'; export const BackgroundImage: ReactWebComponent<PfBackgroundImage, {}>;