Shape.Sig_component_kind
type t =
| Value
| Type
| Module
| Module_type
| Extension_constructor
| Class
| Class_type
;
let to_string: t => string;
let can_appear_in_types: t => bool;
Whether the name of a component of that kind can appear in a type.