mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +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
|
||||
markerDefaultColor: string
|
||||
markerDefaultColor2?: string
|
||||
api?: ItemsApi<Item>
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
api?: ItemsApi<any>
|
||||
itemType: ItemType
|
||||
hasColor?: boolean
|
||||
onlyOnePerOwner?: boolean
|
||||
customEditLink?: string
|
||||
customEditParameter?: string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user