export const SMALL = 'small'; export const MEDIUM = 'medium'; export const LARGE = 'large'; export const all = [SMALL, MEDIUM, LARGE];