Initial commit
This commit is contained in:
11
vendor/laravel/prompts/src/Themes/Contracts/Scrolling.php
vendored
Normal file
11
vendor/laravel/prompts/src/Themes/Contracts/Scrolling.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Laravel\Prompts\Themes\Contracts;
|
||||
|
||||
interface Scrolling
|
||||
{
|
||||
/**
|
||||
* The number of lines to reserve outside of the scrollable area.
|
||||
*/
|
||||
public function reservedLines(): int;
|
||||
}
|
||||
Reference in New Issue
Block a user