UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 199 B
// rh-table/rh-table.js import type { ReactWebComponent } from '@lit/react'; import type { RhTable } from '@rhds/elements/rh-table/rh-table.js'; export const Table: ReactWebComponent<RhTable, {}>;