Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -4,7 +4,7 @@ interface SvgTextLogoProps extends SVGAttributes<SVGSVGElement> {
|
||||
text?: string;
|
||||
fontSize?: number;
|
||||
fill?: string;
|
||||
dominantBaseline?: 'auto' | 'text-bottom' | 'middle' | 'central' | 'text-top' | 'mathematical' | 'hanging';
|
||||
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central';
|
||||
}
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user