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

11 lines
156 B
PHP

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