Просмотр файла vendor/nunomaduro/termwind/src/Components/Hr.php

Размер файла: 167B
<?php

declare(strict_types=1);

namespace Termwind\Components;

final class Hr extends Element
{
    protected static array $defaultStyles = ['block', 'border-t'];
}