Skip to content

DevtoolsProviderOptions type

Home > @rimitive/core > DevtoolsProviderOptions

Options for the DevTools instrumentation provider.

Signature:

export type DevtoolsProviderOptions = {
debug?: boolean;
};