You can search for identifiers within the package.
in-package search v0.2.0
css-parser
Types.Declaration
type t = {
name : string with_loc;
value : Component_value.t with_loc list with_loc;
important : bool with_loc;
loc : Location.t;
}