@witchcraft/layout
    Preparing search index...

    Variable zSplitDecoShapesConst

    zSplitDecoShapes: ZodObject<
        {
            edge: ZodObject<
                {
                    endX: ZodNumber;
                    endY: ZodNumber;
                    startX: ZodNumber;
                    startY: ZodNumber;
                },
                $strip,
            >;
            newFrame: ZodObject<
                { height: ZodNumber; width: ZodNumber; x: ZodNumber; y: ZodNumber },
                $strip,
            >;
        },
        $strict,
    > = ...