UNPKG
@flagdeck/vue
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Vue integration for Flagdeck feature flags
github.com/flagdeck/flagdeck
flagdeck/flagdeck
@flagdeck/vue
/
dist
/
symbols.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
{
InjectionKey
}
from
'vue'
;
import
{
FlagdeckContext
}
from
'./types'
;
export
declare
const
FlagdeckKey
:
InjectionKey
<
FlagdeckContext
>;