UNPKG

@nghinv/react-native-app-tour

Version:
10 lines (9 loc) 298 B
/** * Created by nghinv on Wed Jun 23 2021 * Copyright (c) 2021 nghinv@lumi.biz */ import React from 'react'; interface AppTourViewProps { } declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<AppTourViewProps & React.RefAttributes<any>>>; export default _default;