one
Version:
One is a new React Framework that makes Vite serve both native and web.
9 lines • 299 B
TypeScript
export declare const createURL: (path: string) => string;
export declare const parse: (url: string) => {
path: string;
};
export declare const addEventListener: () => {
remove: () => void;
};
export declare const getInitialURL: () => Promise<null>;
//# sourceMappingURL=expo-linking.d.ts.map