UNPKG

282 BTypeScriptView Raw
1import React from 'react';
2import { ExecutionProps, Interpolation, Styles } from '../types';
3export default function createGlobalStyle<Props extends object>(strings: Styles<Props>, ...interpolations: Array<Interpolation<Props>>): React.NamedExoticComponent<ExecutionProps & Props>;