UNPKG

rightui

Version:

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

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