backgroundImages.d.ts 149 B

12345
  1. import { Styles } from '../types/style';
  2. declare function backgroundImages(...properties: Array<string>): Styles;
  3. export default backgroundImages;