UNPKG

dap-design-system

Version:

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

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