| 1 | import type { Attachment, FeedbackScreenshotIntegration, IntegrationFn } from '@sentry/core'; |
| 2 | import type { h as hType } from 'preact'; |
| 3 | import type * as Hooks from 'preact/hooks'; |
| 4 | import { DOCUMENT } from '../constants'; |
nothing calls this directly
no test coverage detected