| Current Path : /home/zada/public_html/vendor/laravel/prompts/src/Themes/Contracts/ |
| Current File : /home/zada/public_html/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;
}