UNPKG

@cn-ui/core

Version:

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

15 lines (14 loc) 408 B
import type { TokenLike } from "."; export declare const backgroundTokens: (Colors?: { White: string; SecondaryWhite: string; TertiaryWhite: string; LabelSecondaryWhite: string; FloatingWhite: string; Black: string; TertiaryBlack: string; SecondaryBlack: string; LabelSecondaryBlack: string; SeparatorOpaque: string; SeparatorOpaqueBlack: string; }) => TokenLike;