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