Repository URL to install this package:
|
Version:
1.2.11 ▾
|
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;