UNPKG

@tarojs/router

Version:
7 lines (6 loc) 159 B
export interface StateEvent extends Event { action?: 'pushState' | 'replaceState' | 'popState' state?: any unused?: string url?: string | URL | null }