UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

11 lines (10 loc) 321 B
export type Fallback = 'none' | 'animate' | 'swap'; export type Direction = 'forward' | 'back'; export type NavigationTypeString = 'push' | 'replace' | 'traverse'; export type Options = { history?: 'auto' | 'push' | 'replace'; info?: any; state?: any; formData?: FormData; sourceElement?: Element; };