class ViewComponent::Slot

def initialize(parent)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: ((UI::Card | Layout::Card | CardComponent) parent) -> void

This signature was generated using 20 samples from 2 applications.

def initialize(parent)
  @parent = parent
end