UNPKG

@nex-ui/system

Version:

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

8 lines (5 loc) 233 B
import { ColorSchemeProviderProps } from '../colorScheme/types.js'; import { SystemConfig } from '../system.js'; interface SystemProviderProps extends ColorSchemeProviderProps, SystemConfig { } export type { SystemProviderProps };