Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/laravel/prompts/src/Themes/Contracts/
Upload File :
Current File : /home/users/unlimited/www/api.xalonx.com/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;
}