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) 215 B
import { TokenCategory } from './tokens/types.js'; import { CSSProperties } from './types.js'; type ScalesDefinition = { [property in keyof CSSProperties]?: TokenCategory; }; export type { ScalesDefinition };