UNPKG

rightui

Version:

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

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