| Path : /var/www/html/jewelry-pos/vendor/laravel/prompts/src/Themes/Contracts/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/jewelry-pos/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;
}