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) 214 B
import { type SwitchBtnProps } from "./Switch"; export declare const FormSwitch: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<SwitchBtnProps, HTMLInputElement, boolean | null>>;