Repository URL to install this package:
|
Version:
1.2.11 ▾
|
import { Interpolation, NameGenerator, Stringifier } from '../types';
declare type KeyframesFn = (strings: Array<string>, ...interpolations: Array<Interpolation>) => string;
declare const _default: (nameGenerator: NameGenerator, stringifyRules: Stringifier, css: Function) => KeyframesFn;
export default _default;