backgrounds.d.ts 139 B

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