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) 193 B
import type { ButtonProps } from "../Button"; export declare function createDisabledClass(props: Partial<Pick<ButtonProps, "type" | "danger">>): import("@cn-ui/reactive").ComputedAtom<string>;