FLUJOS/VISUALIZACION/node_modules/polished/lib/shorthands/backgroundImages.d.ts
2025-11-07 00:06:12 +01:00

5 lines
149 B
TypeScript
Executable file

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