DevtoolsProviderOptions type
Home > @rimitive/core > DevtoolsProviderOptions
DevtoolsProviderOptions type
Section titled “DevtoolsProviderOptions type”Options for the DevTools instrumentation provider.
Signature:
export type DevtoolsProviderOptions = { debug?: boolean;};