add types

This commit is contained in:
tbo47 2024-10-05 15:40:48 +00:00
parent 8d2a050d83
commit cb85f7272d

View File

@ -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>;
pointerHeight: GetSet<number, this>;
cornerRadius: GetSet<number, this>;