UNPKG

@barba/core

Version:

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

15 lines (14 loc) 267 B
/** * @barba/core/schemas * <br><br> * ## Schemas description. * * @module core/schemas * @preferred */ /***/ import { ISchemaAttribute } from '../defs'; /** * See [[ISchemaAttribute]] */ export declare const schemaAttribute: ISchemaAttribute;