Skip to content

Type Alias: UseDriverOptions ​

ts
type UseDriverOptions = {
  shared?: boolean;
};

Properties ​

PropertyTypeDescription
shared?booleanUse the app-wide driver from DriverPlugin instead of creating one. Its config is replaced by the merged config on every change, and it is not destroyed when the component unmounts.

Released under the MIT License.