Skip to content

Variable: injectDriver ​

ts
const injectDriver: InjectDriver;

The nearest provided driver: one from useDriver() in an ancestor, from provideDriver(), or the app-wide one from DriverPlugin (created on first access).

Released under the MIT License.