Interface LandingHowToUseOptions
interface LandingHowToUseOptions { settings: { screenMode: "desktop" | "mobile"; signupRoute: string; stepItems: ((t) => HowToUseStepItem[]); }; } Properties
settings
settings: { screenMode: "desktop" | "mobile"; signupRoute: string; stepItems: ((t) => HowToUseStepItem[]); } Type declaration
screenMode: "desktop" | "mobile"
signupRoute: string
Screen size to show for this block