Tạo UI cho người dùng tạo Tour
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
export declare const CreateTourModal: ({ isOpen, onClose, onSuccess }: {
|
||||
isOpen: boolean;
|
||||
onClose: () => void;
|
||||
onSuccess: (tour: any) => void;
|
||||
}) => React.JSX.Element;
|
||||
Reference in New Issue
Block a user