@stackoverfloweth/prefect-design
Version:
A collection of low-level Vue components.
89 lines (88 loc) • 2.97 kB
TypeScript
import { Config } from 'tailwindcss/types/config';
declare const _default: {
content: string[];
presets: {
content: string[];
darkMode: "class";
plugins: (typeof import("@tailwindcss/forms") | {
handler: () => void;
} | {
handler: import("tailwindcss/types/config").PluginCreator;
config?: Partial<Config> | undefined;
})[];
theme: {
extend: {
borderRadius: {
default: string;
};
borderColor: {
DEFAULT: string;
};
colors: {
border: string;
input: string;
background: string;
primary: string;
'primary-foreground': string;
card: string;
'card-foreground': string;
muted: string;
'muted-foreground': string;
foreground: string;
destructive: string;
'destructive-foreground': string;
accent: string;
'accent-foreground': string;
popover: string;
'popover-foreground': string;
ring: string;
divider: string;
'selectable-hover': string;
'focus-ring': string;
'focus-ring-offset': string;
live: string;
'sentiment-positive': string;
'sentiment-neutral': string;
'sentiment-warning': string;
'sentiment-negative': string;
};
spacing: {
'spacing-focus-ring': string;
};
ringWidth: {
'spacing-focus-ring': string;
};
ringOffsetWidth: {
'focus-ring': string;
};
fontFamily: {
sans: string[];
mono: string[];
};
keyframes: {
'accordion-down': {
from: {
height: string;
};
to: {
height: string;
};
};
'accordion-up': {
from: {
height: string;
};
to: {
height: string;
};
};
};
animation: {
'accordion-down': string;
'accordion-up': string;
};
};
};
}[];
};
export default _default;