@nghinv/react-native-app-tour
Version:
React Native app tour Library
10 lines (9 loc) • 298 B
TypeScript
/**
* 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;