@nafr/echo-ui
Version:
A UI library born for WAA
43 lines (42 loc) • 1.02 kB
TypeScript
export declare const theme: {
extend: {
colors: {
input: string;
background: string;
foreground: string;
border: {
DEFAULT: string;
foreground: string;
};
button: {
DEFAULT: string;
foreground: string;
};
primary: {
DEFAULT: string;
foreground: string;
};
secondary: {
DEFAULT: string;
foreground: string;
};
muted: {
DEFAULT: string;
foreground: string;
};
accent: {
DEFAULT: string;
foreground: string;
};
card: {
DEFAULT: string;
foreground: string;
};
};
borderRadius: {
lg: string;
md: string;
sm: string;
};
};
};