Files
glastree/vendor/nunomaduro/termwind/src/Components/Ul.php
T

11 lines
168 B
PHP
Raw Normal View History

2026-05-26 08:14:29 +02:00
<?php
declare(strict_types=1);
namespace Termwind\Components;
final class Ul extends Element
{
protected static array $defaultStyles = ['block', 'list-disc'];
}