%PDF- %PDF-
| Direktori : /home/vacivi36/.trash/vacivitta/node_modules/styled-components/dist/constructors/ |
| Current File : /home/vacivi36/.trash/vacivitta/node_modules/styled-components/dist/constructors/css.d.ts |
import { Interpolation, NoInfer, RuleSet, Styles } from '../types';
declare function css(styles: Styles<object>, ...interpolations: Interpolation<object>[]): RuleSet<object>;
declare function css<Props extends object>(styles: Styles<NoInfer<Props>>, ...interpolations: Interpolation<NoInfer<Props>>[]): RuleSet<NoInfer<Props>>;
export default css;