@nuxtwind/components
Version:
Component Library for Nuxt 3 using TailwindCSS
46 lines (45 loc) • 1.12 kB
TypeScript
declare const _default: {
loading: true;
tag: string;
autoDetectRootTag: true;
animationClass: string;
tagOptions: {
p: {
gap: string;
lines: number;
lineHeight: string;
color: string;
rounded: string;
};
article: {
headingGap: string;
headingHeight: string;
headingRounded: string;
gap: string;
lines: number;
lineHeight: string;
color: string;
rounded: string;
};
img: {
width: string;
height: string;
color: string;
rounded: string;
iconSize: string;
iconColor: string;
};
card: {
imgHeight: string;
headingHeight: string;
imgRounded: string;
headingRounded: string;
imgIconColor: string;
imgIconSize: string;
imageAspect: string;
color: string;
gap: string;
};
};
};
export default _default;