UNPKG

@spicy-ui/core

Version:

A themable and extensible React UI library, ready to use out of the box

7 lines (6 loc) 248 B
import { PseudoProps } from '@spicy-ui/styled-system'; import { AllSystemProps } from './system'; export interface SxProp { sx?: Partial<Record<keyof AllSystemProps & PseudoProps, any>>; } export declare function sxMixin(p: SxProp): any;