@ac-essentials/misc-util
    Preparing search index...

    Type Alias Size2<T>

    type Size2<T extends bigint | number | string | null = number> = {
        height: T;
        width: T;
    }

    Type Parameters

    • T extends bigint | number | string | null = number
    Index

    Properties

    Properties

    height: T
    width: T