UNPKG

@ohu-mobile/core

Version:
8 lines (7 loc) 236 B
import { VueConstructor } from 'vue'; export interface NavigateProps { to?: string | object; url?: string; replace?: boolean; } export default function navigate(instance: InstanceType<VueConstructor> & NavigateProps): void;