/
home
/
sjslayjy
/
public_html
/
sag_latest
/
vendor
/
laravel
/
prompts
/
src
/
Themes
/
Contracts
/
Upload File
HOME
<?php namespace Laravel\Prompts\Themes\Contracts; interface Scrolling { /** * The number of lines to reserve outside of the scrollable area. */ public function reservedLines(): int; }