MCPcopy
hub / github.com/algolia/instantsearch / DevtoolsOptions

Interface DevtoolsOptions

packages/instantsearch.css/devtools/index.d.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type Theme = 'auto' | 'light' | 'dark';
2
3export interface DevtoolsOptions {
4 container?: HTMLElement;
5 style?: Partial<CSSStyleDeclaration>;
6}
7
8/**
9 * Creates an InstantSearch.css DevTools panel to configure CSS variables in real-time.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected