UNPKG

dap-design-system

Version:

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

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