UNPKG

@barba/core

Version:

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

5 lines (4 loc) 87 B
/** * @module typings/history */ export type HistoryAction = 'push' | 'replace';