@tiller-ds/theme
Version:
Theme module of Tiller Design System
71 lines (70 loc) • 1.83 kB
TypeScript
declare const preset: {
content: string[];
theme: {
extend: {
flex: {
2: string;
};
fontFamily: {
sans: string[];
};
maxWidth: {
"8xl": string;
"9xl": string;
};
spacing: {
96: string;
};
width: {
"1/7": string;
"2px": string;
};
colors: {
primary: any;
secondary: any;
tertiary: any;
success: any;
danger: any;
warning: any;
info: any;
};
textColor: {
link: {
DEFAULT: "#1e40af";
hover: "#2563eb";
};
heading: {
DEFAULT: "#0f172a";
};
body: {
DEFAULT: "#1e293b";
light: "#64748b";
};
};
borderColor: {
base: "#e2e8f0";
};
fontSize: {
small: any;
base: any;
normal: any;
title: any;
subtitle: any;
h1: any;
h2: any;
h3: any;
h4: any;
h5: any;
h6: any;
"button-xs": any;
"button-sm": any;
"button-md": any;
"button-lg": any;
"button-xl": any;
label: any;
};
};
};
plugins: never[];
};
export default preset;