home/mip/mip/vendor/nunomaduro/termwind/src/Components/Dd.php 0000644 00000000243 15152100664 0020336 0 ustar 00 <?php
declare(strict_types=1);
namespace Termwind\Components;
final class Dd extends Element
{
protected static array $defaultStyles = ['block', 'ml-4'];
}