UNPKG

@cn-ui/core

Version:

The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.

3 lines (2 loc) 225 B
import type { MagicTableProps } from "./interface"; export declare const MagicTable: <T>(props: import("@cn-ui/reactive").OriginComponentOutputType<MagicTableProps<T>, HTMLElement, string>) => import("solid-js").JSX.Element;