fui-fancyui
Version:
FancyUI Libary
21 lines (20 loc) • 320 B
JavaScript
const t = {
sm: {
iconSize: "sm",
title: "bodytextSm",
descriptionSize: "subTextFootnote"
},
md: {
iconSize: "sm",
title: "bodytextMd",
descriptionSize: "bodytextMd"
},
lg: {
iconSize: "md",
title: "bodytextLg",
descriptionSize: "bodytextMd"
}
};
export {
t as sizes
};