componentFactory->createDropDownDivider() * $dropDownButton->addItem($item); * ``` */ class DropDownDivider implements DropDownItemInterface { public function getType(): string { return static::class; } public function isValid(): bool { return true; } public function render(): string { return '