UNPKG

@nghinv/react-native-app-tour

Version:
10 lines (9 loc) 455 B
/** * Created by nghinv on Tue Jun 22 2021 * Copyright (c) 2021 nghinv@lumi.biz */ import React from 'react'; import type { AppTourStepType } from './types'; declare function AppTourStep(props: AppTourStepType): React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>; declare const _default: React.MemoExoticComponent<typeof AppTourStep>; export default _default;