Skip to content

Variable: DRIVER_KEY ​

ts
const DRIVER_KEY: InjectionKey<ShallowRef<Driver | undefined>>;

The app-wide shared driver, created lazily on first use.

Released under the MIT License.