interface BottomButtonsProps {
    buttons: BottomButtons[];
    isSticky?: boolean;
    screenMode?: "desktop" | "mobile";
}

Properties

buttons: BottomButtons[]

The bottom buttons

isSticky?: boolean
screenMode?: "desktop" | "mobile"

Display mode of the buttons

Generated using TypeDoc