UNPKG

dap-design-system

Version:

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

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