Properties

Properties

classNames: RecipeClassNames<
    {
        isFullHeight: {
            false: {
                display: "-webkit-box";
                overflow: "hidden";
                WebkitBoxOrient: "vertical";
                WebkitLineClamp: number;
            };
            true: {};
        };
    },
>
variants: () => "isFullHeight"[]