Your IP : 3.135.202.168


Current Path : /proc/self/root/home/lentoinv/props/vendor/nunomaduro/termwind/src/Components/
Upload File :
Current File : //proc/self/root/home/lentoinv/props/vendor/nunomaduro/termwind/src/Components/Paragraph.php

<?php

declare(strict_types=1);

namespace Termwind\Components;

final class Paragraph extends Element
{
    protected static array $defaultStyles = ['block', 'my-1'];
}

?>