UNPKG

rightui

Version:

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

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