UNPKG

@spicy-ui/core

Version:

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

4 lines (3 loc) 532 B
import { AnimationProps, BackgroundProps, BorderProps, ColorProps, FlexboxProps, GridProps, LayoutProps, OtherProps, PositionProps, ShadowProps, SpaceProps, TransitionProps, TypographyProps } from '@spicy-ui/styled-system'; export declare type AllSystemProps = AnimationProps & BackgroundProps & BorderProps & ColorProps & FlexboxProps & GridProps & LayoutProps & OtherProps & PositionProps & ShadowProps & SpaceProps & TransitionProps & TypographyProps; export declare const allSystem: import("@spicy-ui/styled-system").Parser;