JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "Scrolling.php"
Full Path: /var/www/laravel_filter/vendor/laravel/prompts/src/Themes/Contracts/Scrolling.php
File size: 204 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Laravel\Prompts\Themes\Contracts;
interface Scrolling
{
/**
* The number of lines to reserve outside of the scrollable area.
*/
public function reservedLines(): int;
}