UNPKG

@cn-ui/core

Version:

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

7 lines (6 loc) 187 B
import { type JSXSlot } from "@cn-ui/reactive"; declare const Basic: (props: { fallback?: JSXSlot; src?: string; }) => import("solid-js").JSX.Element; export { Basic as Avatar };