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

11 lines
155 B
PHP
Raw Normal View History

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