import { Interpolation, Theme } from '@emotion/react'; export const styleSheet = (className: string, css: Interpolation = {}, props?: object) => ({ className, css, ...(props || {}), });