UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 253 B
import type { HTMLAttributes } from "svelte/elements"; declare const Skeleton: import("svelte").Component<WithoutChildren<WithElementRef<HTMLAttributes<HTMLDivElement>>>, {}, "ref">; type Skeleton = ReturnType<typeof Skeleton>; export default Skeleton;