The API of all components is defined in libs/components/metadata.json.
Since the file is very large, always use scripting (e.g. with jq) to extract just the data that you need.
The content of the file has type { componentDefs: ComponentDef[]; }.
Read libs/wrapper-gen/src/common/ComponentDef.ts for the definition of ComponentDef.