Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
|
||||
fill?: string;
|
||||
fontFamily?: string;
|
||||
className?: string;
|
||||
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'hanging' | 'mathematical' | 'central';
|
||||
dominantBaseline?: 'auto' | 'text-after-edge' | 'alphabetic' | 'ideographic' | 'middle' | 'hanging' | 'mathematical' | 'central';
|
||||
textAnchor?: 'start' | 'middle' | 'end' | 'inherit';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user