6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import { Styles } from '../types/style';
|
|
|
|
declare function backgroundImages(...properties: Array<string>): Styles;
|
|
|
|
export default backgroundImages;
|