<?php

namespace Filament\Forms\Components\Concerns;

use Filament\Support\Concerns\HasExtraAlpineAttributes as BaseTrait;

/**
 * @deprecated Use `\Filament\Support\Concerns\HasExtraAlpineAttributes` instead.
 * @see BaseTrait
 */
trait HasExtraAlpineAttributes
{
    use BaseTrait;
}
