@cn-ui/core
Version:
The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.
25 lines (24 loc) • 499 B
TypeScript
import { boxShadow } from "./boxShadow";
import { darkColors } from "./colors";
declare const _default: import("unocss").Preset<object>;
export default _default;
export declare const lightColors: {
primary: {};
success: {};
warning: {};
error: {};
gray: {};
red: {};
volcano: {};
orange: {};
gold: {};
yellow: {};
lime: {};
green: {};
cyan: {};
blue: {};
geekblue: {};
purple: {};
magenta: {};
};
export { darkColors, boxShadow };