Files

4 lines
123 B
TypeScript
Raw Permalink Normal View History

import Tour from './Tour';
export type { TourProps, TourStepInfo, TourStepProps } from './interface';
export default Tour;