Interface SvgOpts

interface SvgOpts {
    mimeType: "image/svg+xml";
    size: ValidSizes;
}

Properties

Properties

mimeType: "image/svg+xml"