# sig/generators/cocoon/install/install_generator.rbs class Cocoon::Generators::InstallGenerator < Rails::Generators::Base def copy_the_javascript: () -> untyped end # sig/cocoon/view_helpers.rbs module Cocoon::ViewHelpers def link_to_add_association: () -> untyped def link_to_remove_association: () -> untyped def render_association: () -> untyped end