UNPKG

rightui

Version:

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

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