UNPKG

@cn-ui/core

Version:

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

8 lines (7 loc) 184 B
/** 主动切换主题, * @example onclick={toggleTheme} */ export declare const toggleTheme: (event?: { clientX?: number; clientY?: number; }, toDark?: boolean) => void;