5.2.1

2024-05-03

ADDED

squared.base
interface HasUnitOptions {
    inherit?: boolean;
    ignoreZero?: boolean;
}

class Node {
    as(target: typeof Element): InstanceType<typeof Element> | null;
}

class NodeUI {
    get textMetrics(): TextMetrics | null;
}
android.extensions.resource
interface ResourceSvgOptions {
    dependencyVectorDrawable: "animated" | "seekable";
}