Add missing licensing info

This commit is contained in:
Johannes Loher 2021-07-08 23:32:22 +02:00
parent aad9d30a7b
commit a10c98c3ce

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
type CSSOMString = string;
type FontFaceLoadStatus = "unloaded" | "loading" | "loaded" | "error";
type FontFaceSetStatus = "loading" | "loaded";