@heroui/theme
Version:
The default theme for HeroUI components
24 lines (22 loc) • 452 B
text/typescript
declare const _default: {
/**
* Text utilities
*/
".text-tiny": {
"font-size": string;
"line-height": string;
};
".text-small": {
"font-size": string;
"line-height": string;
};
".text-medium": {
"font-size": string;
"line-height": string;
};
".text-large": {
"font-size": string;
"line-height": string;
};
};
export { _default as default };