UNPKG

dap-design-system

Version:

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

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