UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 241 B
// pf-back-to-top/pf-back-to-top.js import type { ReactWebComponent } from '@lit/react'; import type { PfBackToTop } from '@patternfly/elements/pf-back-to-top/pf-back-to-top.js'; export const BackToTop: ReactWebComponent<PfBackToTop, {}>;