This commit is contained in:
foobar
2022-08-21 21:39:06 +02:00
commit 27c1969aaa
7354 changed files with 897064 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace Termwind\Components;
final class Ul extends Element
{
protected static array $defaultStyles = ['block', 'list-disc'];
}