UNPKG

@gannochenko/ui.styled-components

Version:

<!-- PROJECT SHIELDS --> <!-- *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, co

11 lines (10 loc) 483 B
import { ObjectLiteralType, ScalarType } from '../type'; export declare type PaddingPropsType = Partial<{ padding: ScalarType; paddingTop: ScalarType; paddingBottom: ScalarType; paddingLeft: ScalarType; paddingRight: ScalarType; theme: ObjectLiteralType; }>; export declare const paddingProps: ({ padding: allPadding, paddingTop, paddingBottom, paddingLeft, paddingRight, theme, }: PaddingPropsType) => import("styled-components").FlattenSimpleInterpolation;