Home > widget-integration > ThemeSearchConfigMap

ThemeSearchConfigMap type

Map of theme names to their configurations.

Signature:

export type ThemeSearchConfigMap = Record<string, ThemeSearchConfig>;

References: ThemeSearchConfig