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

5 lines
139 B
TypeScript
Executable file

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