Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1x 1x 1x 1x 1x 1x | import {ATOM_ICON_SIZES} from '@s-ui/react-atom-icon'
export const SIZES = {
SMALL: ATOM_ICON_SIZES.small,
MEDIUM: ATOM_ICON_SIZES.medium,
LARGE: ATOM_ICON_SIZES.large
}
export const BASE_CLASS = `sui-MoleculeRating`
export const CLASS_CONTAINER_STARS = `${BASE_CLASS}-containerStars`
export const CLASS_LABEL = `${BASE_CLASS}-label`
export const CLASS_LINK = `${BASE_CLASS}--withLink`
export const CLASS_LABEL_LINK = `${CLASS_LABEL}Link`
|