UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 253 B
// elements/rh-back-to-top/rh-back-to-top.js import type { ReactWebComponent } from '@lit/react'; import type { RhBackToTop } from '@rhds/elements/elements/rh-back-to-top/rh-back-to-top.js'; export const BackToTop: ReactWebComponent<RhBackToTop, {}>;