@nextui-org/theme
Version:
The default theme for NextUI components
25 lines (23 loc) • 542 B
TypeScript
/**
* Credits to: https://github.com/reslear/tailwind-scrollbar-hide/tree/main
*/
declare const _default: {
/**
* Scroll Hide
*/
".scrollbar-hide": {
"-ms-overflow-style": string;
"scrollbar-width": string;
"&::-webkit-scrollbar": {
display: string;
};
};
".scrollbar-default": {
"-ms-overflow-style": string;
"scrollbar-width": string;
"&::-webkit-scrollbar": {
display: string;
};
};
};
export { _default as default };