UNPKG

rightui

Version:

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

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