UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

5 lines (4 loc) 193 B
import type { TableProps } from '../../index.js'; declare const Table: import("svelte").Component<TableProps<any>, {}, "selected">; type Table = ReturnType<typeof Table>; export default Table;