{props.children ?
diff --git a/src/types.ts b/src/types.ts
index 6aee3b1d..7aba4666 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -23,6 +23,7 @@ export interface LayerProps {
api?: ItemsApi
,
itemTitleField?: string,
itemAvatarField?: string,
+ itemColorField?: string,
setItemFormPopup?: React.Dispatch>,
itemFormPopup?: ItemFormPopupProps | null,
clusterRef?: React.MutableRefObject