cyphertap
Version:
Nostr, Lightning and Ecash on a single Button component
6 lines (5 loc) • 311 B
TypeScript
import { type WithElementRef } from "../../../utils.js";
import type { HTMLAttributes } from "svelte/elements";
declare const Skeleton: import("svelte").Component<Omit<WithElementRef<HTMLAttributes<HTMLDivElement>>, "children">, {}, "ref">;
type Skeleton = ReturnType<typeof Skeleton>;
export default Skeleton;