Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
view-container / dist / constructors / injectGlobal.d.ts
Size: Mime:
import { Interpolation, Stringifier } from '../types';
declare type InjectGlobalFn = (strings: Array<string>, ...interpolations: Array<Interpolation>) => void;
declare const _default: (stringifyRules: Stringifier, css: Function) => InjectGlobalFn;
export default _default;