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) 216 B
import { type SelectProps } from "./Select"; export declare const FormSelect: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<SelectProps, HTMLDivElement, string | string[] | null>>;