Files
faveo/vendor/nunomaduro/termwind/src/Components/Dt.php
2023-01-08 02:57:47 +05:30

11 lines
168 B
PHP

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