UNPKG

@nex-ui/system

Version:

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

10 lines (7 loc) 178 B
import { CssFn } from '../css.js'; type SystemContext = { css: CssFn; }; declare const useSystem: () => SystemContext; export { useSystem }; export type { SystemContext };