Files
expense/vendor/nunomaduro/termwind/src/Components/Dl.php
T
fiqhpratama 453d9bb470 new commit
2024-11-27 11:17:17 +07:00

11 lines
155 B
PHP

<?php
declare(strict_types=1);
namespace Termwind\Components;
final class Dl extends Element
{
protected static array $defaultStyles = ['block'];
}