Merge version_1 into main #3
@@ -3,7 +3,7 @@ import React, { SVGProps } from "react";
|
||||
interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
|
||||
text?: string;
|
||||
fontSize?: number;
|
||||
dominantBaseline?: "auto" | "text-bottom" | "alphabetic" | "ideographic" | "middle" | "central" | "mathematical" | "hanging" | "text-top" | undefined;
|
||||
dominantBaseline?: "auto" | "alphabetic" | "hanging" | "ideographic" | "middle" | "central" | "mathematical" | undefined;
|
||||
}
|
||||
|
||||
const SvgTextLogo = React.forwardRef<SVGSVGElement, SvgTextLogoProps>(
|
||||
|
||||
Reference in New Issue
Block a user