/home/smartonegroup/public_html/system/vendor/nunomaduro/termwind/src/Components/Li.php
<?php

declare(strict_types=1);

namespace Termwind\Components;

final class Li extends Element
{
    protected static array $defaultStyles = ['block'];
}