UNPKG

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