UNPKG

@barba/core

Version:

Create badass, fluid and smooth transition between your website's pages

7 lines (6 loc) 101 B
/** * @module typings/core */ export interface IGenericObject { [key: string]: string; }