UNPKG

@barba/core

Version:

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

9 lines (8 loc) 322 B
/** * @module typings/core */ export declare type Link = HTMLAnchorElement | SVGAElement; export declare type LinkEvent = MouseEvent | TouchEvent; export declare type Scope = HTMLElement | HTMLDocument; export declare type Trigger = Link | 'popstate' | 'barba'; export declare type Wrapper = HTMLElement | null;