%PDF- %PDF-
| Direktori : /data/www_bck/loslex_bck/test/vendor/laravel/prompts/src/Themes/Contracts/ |
| Current File : //data/www_bck/loslex_bck/test/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;
}