layout.d.ts: add btnBorder

pull/2851/head
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,
cb: () => void,
r?: Rotation,
btnBorder?: ColorResolvable,
} | {
type: "btn",
cb: () => void,
@ -131,6 +132,7 @@ declare module Layout {
font?: FontNameWithScaleFactor,
scale?: number,
r?: Rotation,
btnBorder?: ColorResolvable,
}
) | {
type: "img",