diff --git a/src/types.ts b/src/types.ts index 3a06e463..e0b68102 100644 --- a/src/types.ts +++ b/src/types.ts @@ -42,6 +42,7 @@ export interface LayerProps { customEditParameter?: string, public_edit_items?: boolean, listed?: boolean, + item_presets?: Record, setItemFormPopup?: React.Dispatch>, itemFormPopup?: ItemFormPopupProps | null, clusterRef?: any