layout.d.ts: add btnBorder

master
Rob Pilling 2023-06-18 22:38:54 +01:00
parent 38bccb540d
commit 8036509b18
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ declare module Layout {
src: Image, src: Image,
cb: () => void, cb: () => void,
r?: Rotation, r?: Rotation,
btnBorder?: ColorResolvable,
} | { } | {
type: "btn", type: "btn",
cb: () => void, cb: () => void,
@ -131,6 +132,7 @@ declare module Layout {
font?: FontNameWithScaleFactor, font?: FontNameWithScaleFactor,
scale?: number, scale?: number,
r?: Rotation, r?: Rotation,
btnBorder?: ColorResolvable,
} }
) | { ) | {
type: "img", type: "img",