UNPKG

dap-design-system

Version:

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

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