UNPKG

@nex-ui/system

Version:

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

6 lines (3 loc) 177 B
import { Dictionary, CSSProperties } from './types.js'; type AliasesDefinition = Dictionary<keyof CSSProperties | (keyof CSSProperties)[]>; export type { AliasesDefinition };