export const SIZE = { XXSMALL: 'xxsmall', XSMALL: 'xsmall', SMALL: 'small', NORMAL: 'normal', LARGE: 'large', XLARGE: 'xlarge', XXLARGE: 'xxlarge', } as const; export const ALIGNMENT = { LEFT: 'left', CENTER: 'center', RIGHT: 'right', } as const;