layout.d.ts: add btnBorder
parent
38bccb540d
commit
8036509b18
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue