@yosgo/swap-ui
Version:
SWAP UI Framework. www.swap.work
15 lines (14 loc) • 342 B
TypeScript
export interface LandingPageMobileProps {
hero?: boolean;
logos?: boolean;
hightLight?: boolean;
painPoints?: boolean;
howItWorks?: boolean;
valueProp?: boolean;
comparison?: boolean;
userBase?: boolean;
socialProof?: boolean;
qA?: boolean;
feature?: boolean;
footer?: boolean;
}