mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 08:22:44 +08:00
add types
This commit is contained in:
parent
8d2a050d83
commit
cb85f7272d
@ -317,7 +317,7 @@ export class Tag extends Shape<TagConfig> {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
pointerDirection: GetSet<'left' | 'top' | 'right' | 'bottom', this>;
|
pointerDirection: GetSet<'left' | 'top' | 'right' | 'bottom' | 'up' | 'down', this>;
|
||||||
pointerWidth: GetSet<number, this>;
|
pointerWidth: GetSet<number, this>;
|
||||||
pointerHeight: GetSet<number, this>;
|
pointerHeight: GetSet<number, this>;
|
||||||
cornerRadius: GetSet<number, this>;
|
cornerRadius: GetSet<number, this>;
|
||||||
|
Loading…
Reference in New Issue
Block a user