First Commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Laravel\Prompts\Elements;
|
||||
|
||||
class NumberedList implements ElementContract
|
||||
{
|
||||
/**
|
||||
* @param array<int, string> $items
|
||||
*/
|
||||
public function __construct(
|
||||
public readonly array $items,
|
||||
public readonly bool $spaced = false,
|
||||
) {
|
||||
//
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user