UNPKG

@impossiblefinance/uikit

Version:
7 lines (6 loc) 357 B
import { HTMLAttributes } from 'react'; import { BackgroundProps, BorderProps, FlexboxProps, LayoutProps, PositionProps, SpaceProps } from 'styled-system'; export interface BoxProps extends BackgroundProps, BorderProps, LayoutProps, PositionProps, SpaceProps, HTMLAttributes<HTMLDivElement> { } export interface FlexProps extends BoxProps, FlexboxProps { }