UNPKG

@barba/core

Version:

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

9 lines (8 loc) 156 B
/** * @module core/schemas */ import { ISchemaPage } from '../defs'; /** * See [[ISchemaPage]] */ export declare const schemaPage: ISchemaPage;