UNPKG

dap-design-system

Version:

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

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