Convert theme to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-09-27 14:13:30 +02:00
parent 6adf762569
commit ff30dacc84
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
2 changed files with 35 additions and 9 deletions

View file

@ -159,6 +159,10 @@ declare global {
setSinkId(outputId: string);
}
interface HTMLStyleElement {
disabled?: boolean;
}
// Add Chrome-specific `instant` ScrollBehaviour
type _ScrollBehavior = ScrollBehavior | "instant";