| 12 | import { TooltipProps } from './web/components/Tooltip' |
| 13 | declare namespace UniversalAnalytics { |
| 14 | interface PageviewFieldsObject { |
| 15 | hitType: 'pageview' | 'event' |
| 16 | location?: string |
| 17 | page?: string |
| 18 | title?: string |
| 19 | [key: string]: any |
| 20 | } |
| 21 | } |
| 22 | export declare const openModal: (name?: string) => Promise<void> |
| 23 | declare global { |
nothing calls this directly
no outgoing calls
no test coverage detected