@res.jsxComponentProps
type props<'x, 'ref> = {
  x: 'x,
  ref?: 'ref,
}
let make: React.component<props<string, ReactDOM.Ref.currentDomRef>>
