UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

27 lines (26 loc) 698 B
import { EPV, Value } from "./"; export interface BackgroundProps { bg?: EPV<string>; bgAttachment?: EPV<string>; bgBlendMode?: EPV<string>; bgClip?: EPV<string>; bgColor?: EPV<string>; bgImage?: EPV<string | string[]>; bgOrigin?: EPV<string>; bgPosition?: EPV<string>; bgRepeat?: EPV<string>; bgSize?: EPV<Value>; } declare const _default: { bg: string; bgAttachment: string; bgBlendMode: string; bgClip: string; bgColor: (v: any, t: any) => string; bgImage: (v: any) => string; bgOrigin: string; bgPosition: string; bgRepeat: string; bgSize: (v: any) => string; }; export default _default;