@nuxtwind/components
Version:
Component Library for Nuxt 3 using TailwindCSS
48 lines (47 loc) • 1.09 kB
TypeScript
declare const _default: {
id: string;
color: {
progress: {
circle: string;
circleDark: string;
circleProgress: string;
circleProgressDark: string;
circleCutout: string;
background: string;
firstStrike: string;
secondStrike: string;
linearProgress: string;
linearProgressHover: string;
};
text: string;
bg: string;
icon: {
info: {
text: string;
bg: string;
};
warning: {
text: string;
bg: string;
};
error: {
text: string;
bg: string;
};
success: {
text: string;
bg: string;
};
};
};
autoClose: true;
duration: number;
rounded: string;
type: "info";
title: string;
message: string;
shadow: string;
icon: false;
width: string;
};
export default _default;