UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 234 B
// rh-pagination/rh-pagination.js import type { ReactWebComponent } from '@lit/react'; import type { RhPagination } from '@rhds/elements/rh-pagination/rh-pagination.js'; export const Pagination: ReactWebComponent<RhPagination, {}>;