UNPKG

@barba/core

Version:

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

9 lines (8 loc) 158 B
/** * @module typings/core */ export type HeaderList = Map<string, string>; export interface IHeaderData { name?: string; value?: string; }