UNPKG

duoyun-ui

Version:

A lightweight desktop UI component library, implemented using Gem

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