UNPKG

rightui

Version:

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

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