UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

12 lines (11 loc) 302 B
/** * Create native browser navigation function */ export declare const createNativeNavigate: () => (to: string, options?: any) => void; /** * Simple native adapter for backward compatibility */ export declare const createNativeAdapter: () => { name: string; isAvailable: () => boolean; };