@heroui/theme
Version:
The default theme for HeroUI components
16 lines (14 loc) • 348 B
TypeScript
declare const _default: {
/** Animation Utilities */
".spinner-bar-animation": {
"animation-delay": string;
transform: string;
};
".spinner-dot-animation": {
"animation-delay": string;
};
".spinner-dot-blink-animation": {
"animation-delay": string;
};
};
export { _default as default };