/* class should be prefixed with `s-{type}` */ export type Shape = 'none' | 'rounded' | 'circle';