/home/smartonegroup/www/veroserv/vendor/laravel/prompts/src/Themes/Contracts/Scrolling.php
<?php

namespace Laravel\Prompts\Themes\Contracts;

interface Scrolling
{
    /**
     * The number of lines to reserve outside of the scrollable area.
     */
    public function reservedLines(): int;
}