UNPKG

@purevue/reactivity

Version:

## 📖 Introduction

3 lines • 141 B
export type InjectionKey = string | symbol; export type Provides<T = any> = Record<string | symbol, T>; //# sourceMappingURL=provide.d.ts.map