UNPKG

dap-design-system

Version:

Official design system for the DÁP (dap.gov.hu)

9 lines (8 loc) 247 B
import { default as DapDSTableCell } from './table-cell.component'; export * from './table-cell.component'; export default DapDSTableCell; declare global { interface HTMLElementTagNameMap { 'dap-ds-table-cell': DapDSTableCell; } }