mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 04:20:05 +02:00
Set scale for export images (#416)
This commit is contained in:
@@ -5,7 +5,7 @@ import React from "react";
|
||||
type StackProps = {
|
||||
children: React.ReactNode;
|
||||
gap?: number;
|
||||
align?: "start" | "center" | "end";
|
||||
align?: "start" | "center" | "end" | "baseline";
|
||||
};
|
||||
|
||||
function RowStack({ children, gap, align }: StackProps) {
|
||||
|
Reference in New Issue
Block a user