Files
Shifted/node_modules/polished/lib/shorthands/backgroundImages.d.ts
2026-02-10 01:14:19 +00:00

6 lines
149 B
TypeScript

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