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) 127 B
import { Dictionary } from './types.js'; type SelectorsDefinition = Dictionary<string>; export type { SelectorsDefinition };