dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
9 lines (8 loc) • 323 B
TypeScript
import { default as ArrowsExpandUpDownFill } from './arrows-expand-up-down-fill.component.js';
export * from './arrows-expand-up-down-fill.component.js';
export default ArrowsExpandUpDownFill;
declare global {
interface HTMLElementTagNameMap {
'dap-ds-icon-expand-up-down-fill': ArrowsExpandUpDownFill;
}
}