UNPKG

@cn-ui/core

Version:

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

4 lines (3 loc) 236 B
import type { SwitchBtnProps } from "./Switch"; import "./ThemeSwitch.css"; export declare const ThemeSwitch: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<SwitchBtnProps, HTMLLabelElement, boolean>>;