UNPKG

@nex-ui/system

Version:

A lightweight and performant styling library based on Emotion, focusing on component architecture and developer experience.

9 lines (6 loc) 209 B
import { Interpolation as Interpolation$1 } from '@emotion/react'; import { Interpolation } from './types.js'; interface CssFn { (interpolation: Interpolation): Interpolation$1; } export type { CssFn };