@aws-amplify/ui
Version:
`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.
10 lines (8 loc) • 351 B
JavaScript
const rating = {
large: { size: { value: '{fontSizes.xxxl.value}' } },
default: { size: { value: '{fontSizes.xl.value}' } },
small: { size: { value: '{fontSizes.small.value}' } },
filled: { color: { value: '{colors.secondary.80.value}' } },
empty: { color: { value: '{colors.background.tertiary.value}' } },
};
export { rating };