Variable SvgElementSchemaConst
SvgElementSchema: ZodObject<
{
name: ZodEnum<
{
circle: "circle";
ellipse: "ellipse";
line: "line";
path: "path";
polygon: "polygon";
polyline: "polyline";
rect: "rect";
text: "text";
},
>;
options: ZodOptional<ZodRecord<ZodString, ZodString>>;
},
$strip,
> = ...
Schema for a single SVG primitive (e.g. a circle) within an asset.