Preview: css.d.ts
Size: 348 B
/home/byroehnu/.trash/node_modules11/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;
Directory Contents
Dirs: 0 × Files: 5