mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
added item_presets to layer type
This commit is contained in:
parent
8eb34a9904
commit
c1356a01ab
@ -42,6 +42,7 @@ export interface LayerProps {
|
|||||||
customEditParameter?: string,
|
customEditParameter?: string,
|
||||||
public_edit_items?: boolean,
|
public_edit_items?: boolean,
|
||||||
listed?: boolean,
|
listed?: boolean,
|
||||||
|
item_presets?: Record<string, unknown>,
|
||||||
setItemFormPopup?: React.Dispatch<React.SetStateAction<ItemFormPopupProps | null>>,
|
setItemFormPopup?: React.Dispatch<React.SetStateAction<ItemFormPopupProps | null>>,
|
||||||
itemFormPopup?: ItemFormPopupProps | null,
|
itemFormPopup?: ItemFormPopupProps | null,
|
||||||
clusterRef?: any
|
clusterRef?: any
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user