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

    Type Alias Size3<T>

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

    Type Parameters

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

    Properties

    Properties

    depth: T
    height: T
    width: T