mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Don't type api for now; re-add hasColor
This commit is contained in:
parent
bc0aa25cd2
commit
7e326590bb
4
src/types/LayerProps.d.ts
vendored
4
src/types/LayerProps.d.ts
vendored
@ -15,8 +15,10 @@ export interface LayerProps {
|
|||||||
markerShape: string
|
markerShape: string
|
||||||
markerDefaultColor: string
|
markerDefaultColor: string
|
||||||
markerDefaultColor2?: string
|
markerDefaultColor2?: string
|
||||||
api?: ItemsApi<Item>
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
api?: ItemsApi<any>
|
||||||
itemType: ItemType
|
itemType: ItemType
|
||||||
|
hasColor?: boolean
|
||||||
onlyOnePerOwner?: boolean
|
onlyOnePerOwner?: boolean
|
||||||
customEditLink?: string
|
customEditLink?: string
|
||||||
customEditParameter?: string
|
customEditParameter?: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user