BlockProps
type BlockProps = { aspectRatio?: number | string; height?: number | string; margin?: number | string | Spacing; maxHeight?: number | string; maxSize?: number | string; maxWidth?: number | string; minHeight?: number | string; minSize?: number | string; minWidth?: number | string; radius?: RadiusValue; size?: number | string; width?: number | string;};Properties
Section titled “Properties”aspectRatio?
Section titled “aspectRatio?”optional aspectRatio: number | string;height?
Section titled “height?”optional height: number | string;margin?
Section titled “margin?”optional margin: | number | string | Spacing;maxHeight?
Section titled “maxHeight?”optional maxHeight: number | string;maxSize?
Section titled “maxSize?”optional maxSize: number | string;maxWidth?
Section titled “maxWidth?”optional maxWidth: number | string;minHeight?
Section titled “minHeight?”optional minHeight: number | string;minSize?
Section titled “minSize?”optional minSize: number | string;minWidth?
Section titled “minWidth?”optional minWidth: number | string;radius?
Section titled “radius?”optional radius: RadiusValue;optional size: number | string;width?
Section titled “width?”optional width: number | string;