# 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 create_object: () -> untyped
  def create_object_on_association: () -> untyped
  def create_object_on_non_association: () -> untyped
  def create_object_with_conditions: () -> untyped
  def get_partial_path: () -> untyped
  def link_to_add_association: () -> untyped
  def link_to_remove_association: () -> untyped
  def render_association: () -> untyped
end
