UNPKG

duoyun-ui

Version:

A lightweight desktop UI component library, implemented using Gem

10 lines (9 loc) 281 B
import type { HTMLAttributes } from "svelte/elements"; export * from '../elements/route'; interface DyLightRouteProps extends HTMLAttributes<HTMLElement> { } declare module "svelte/elements" { interface SvelteHTMLElements { 'dy-light-route': DyLightRouteProps; } }