Files
nhgooi.nl/vendor/nunomaduro/termwind/src/Components/Ol.php
2025-07-15 15:45:09 +02:00

11 lines
171 B
PHP
Executable File

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