UNPKG

create-next-app-template

Version:

This is a template set up to create Next.js App with fast speed and high performance<br/> The current template is provided in a **page routing** structure.<br/>

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