Rindle

API index and search · Build metadata

Supporting declarations

packages/react-devtools/src/index.ts. These declarations explain referenced types. Only package-page symbols are package exports.

Exact source

RindleDevtoolsProps

export interface RindleDevtoolsProps {
    /** Bind to a specific core. Omit to auto-discover the most recently attached client via the
     *  global hub (the common case). */
    core?: DevtoolsCore;
    /** Open the panel on first mount. Default false (starts as the launcher button). */
    defaultOpen?: boolean;
}

RindleDevtools

/** The floating Rindle devtools panel. Renders just a launcher until a client is attached via
 *  `attachDevtools(app)`. */
export declare function RindleDevtools({ core: explicit, defaultOpen }: RindleDevtoolsProps): ReactNode;