import {css} from '@emotion/react'; const sm = css` height: 4px; `; const lg = css` height: 8px; `; export const ProgressBarSizeStyle = { sm, lg, };