MCPcopy
hub / github.com/getsentry/sentry / Props

Interface Props

static/app/components/strictClick.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5};
6
7interface Props<T extends HTMLElement> extends ClickProps<T> {
8 children: React.ReactElement;
9}
10
11/**
12 * Does not fire the onclick event if the mouse has moved outside of the

Callers

nothing calls this directly

Implementers 2

Samplesstatic/app/views/dashboards/widgets/ti
Barsstatic/app/views/dashboards/widgets/ca

Calls

no outgoing calls

Tested by

no test coverage detected