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) 209 B
import { type BaseInputProps } from "./index"; export declare const FormInput: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<BaseInputProps, HTMLDivElement, string | null>>;