export const APPEARANCE = { Neutral: 'neutral', Primary: 'primary', Red: 'red', Orange: 'orange', Yellow: 'yellow', Green: 'green', Blue: 'blue', Violet: 'violet', Pink: 'pink', } as const; export const SIZE = { Xs: 'xs', S: 's', } as const;