UNPKG

@yosgo/swap-ui

Version:
5 lines (4 loc) 170 B
import React from "react"; import { LandingPageProps } from "./LandingPage.types"; declare const LandingPage: React.FC<LandingPageProps>; export default LandingPage;