Helpful
    Preparing search index...

    Type Alias ZCornersVertical<T>

    A type that describes quadrilateral corners on the vertical axis.

    type ZCornersVertical<T> = {
        bottom?: T;
        top?: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    bottom?: T
    top?: T