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