@prefecthq/prefect-ui-library
Version:
This library is the Vue and Typescript component library for [Prefect 2](https://github.com/PrefectHQ/prefect) and [Prefect Cloud 2](https://www.prefect.io/cloud/). _The components and utilities in this project are not meant to be used independently_.
102 lines (101 loc) • 3.25 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>;
})[];
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;
};
};
};
} | {
content: string[];
safelist: {
pattern: RegExp;
}[];
theme: {
extend: {
colors: {
[x: string]: Record<number, string>;
};
};
};
presets: never[];
})[];
};
export default _default;