Files
travelplanning/dist/LandingPage.d.ts
T
2026-06-13 16:06:24 +07:00

7 lines
160 B
TypeScript

import React from 'react';
interface LandingPageProps {
onContinue?: () => void;
}
export declare const LandingPage: React.FC<LandingPageProps>;
export {};