mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
typed editor
This commit is contained in:
parent
2f6aec1b57
commit
9006bb375b
2 changed files with 35 additions and 37 deletions
|
@ -20,8 +20,8 @@ const getX = e => (
|
|||
|
||||
export interface IStickerDump {
|
||||
latlng: ILatLng,
|
||||
sticker: string,
|
||||
set: IRootState['activeSticker']['set'],
|
||||
sticker: IRootState['activeSticker']['sticker'],
|
||||
angle?: number,
|
||||
text?: string,
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ interface Props {
|
|||
text?: string;
|
||||
|
||||
deleteSticker: (sticker: this) => void;
|
||||
|
||||
|
||||
triggerOnChange: typeof editor.triggerOnChange;
|
||||
lockMapClicks: typeof editor.lockMapClicks;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue