UNPKG

dap-design-system

Version:

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

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