Skip to content

Commit

Permalink
fix: add ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ches4117 authored and DanSnow committed Mar 25, 2023
1 parent de1f8bc commit 1a98877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AdvertisingContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { createInjectionState } from '@vueuse/core'
import type { Ref } from 'vue'
import type { TAdvertisingConfig } from './components/utils/AdvertisingConfig'
import type Advertising from './Advertising'
import { ref } from 'vue'

interface TAdvertisingContext {
activate: Ref<((id: string, customEventHandlers: Record<string, () => void>) => Advertising | void) | undefined>
Expand Down

0 comments on commit 1a98877

Please sign in to comment.