UNPKG

@nghinv/react-native-app-tour

Version:
8 lines (7 loc) 236 B
/** * Created by nghinv on Wed Jun 23 2021 * Copyright (c) 2021 nghinv@lumi.biz */ import React from 'react'; import type { AppTourContextType } from './types'; export declare const AppTourContext: React.Context<AppTourContextType>;