component = $component; return $this; } public function getComponent(): Component { return $this->component; } public function getLivewire(): HasForms { return $this->getComponent()->getLivewire(); } }