home/mip/mip/vendor/nunomaduro/termwind/src/Components/Hr.php 0000644 00000000247 15152100657 0020366 0 ustar 00 <?php
declare(strict_types=1);
namespace Termwind\Components;
final class Hr extends Element
{
protected static array $defaultStyles = ['block', 'border-t'];
}