UNPKG

dap-design-system

Version:

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

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