Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsjet-saas/Source/vendor/nunomaduro/termwind/src/Components/
Upload File :
Current File : /home/users/unlimited/www/whatsjet-saas/Source/vendor/nunomaduro/termwind/src/Components/Div.php

<?php

declare(strict_types=1);

namespace Termwind\Components;

final class Div extends Element
{
    protected static array $defaultStyles = ['block'];
}