interface FixedGNBProps {
    changeColor?: DevfiveColorKey;
    changeHeight?: ResponsiveValue<number | string & {} | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "fit-content" | "max-content" | "min-content">;
    colorChange?: boolean;
    fixed: true;
}

Properties

changeColor?: DevfiveColorKey
changeHeight?: ResponsiveValue<number | string & {} | "auto" | "initial" | "inherit" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "fit-content" | "max-content" | "min-content">
colorChange?: boolean
fixed: true

Generated using TypeDoc