@nuxtwind/components
Version:
Component Library for Nuxt 3 using TailwindCSS
28 lines (27 loc) • 522 B
TypeScript
declare const _default: {
color: {
bg: string;
overlayBg: string;
};
absolute: false;
fixed: true;
zIndex: string;
overlay: true;
disableOverflow: true;
expandOnHover: {
width: string;
hoverWidth: string;
};
transition: {
duration: string;
ease: string;
};
noMobile: false;
mobileWidth: number;
border: string;
right: false;
permanent: false;
height: string;
width: string;
};
export default _default;