trae-ui
Version:
Trae UI is a modern, highly customizable, and accessible UI component library for React and Next.js, built with TailwindCSS and TypeScript. It offers a responsive, reusable, and developer-friendly set of components to accelerate building visually stunning
24 lines (23 loc) • 441 B
TypeScript
export declare const defaultTheme: {
colors: {
primary: string;
secondary: string;
background: string;
text: string;
};
fonts: {
body: string;
heading: string;
};
spacing: {
small: string;
medium: string;
large: string;
};
borderRadius: {
small: string;
medium: string;
large: string;
full: string;
};
};