Merge version_1 into main #3
@@ -4,7 +4,7 @@ interface SvgTextLogoProps {
|
||||
text: string;
|
||||
className?: string;
|
||||
fontSize?: number;
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'central' | 'mathematical';
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'central' | 'mathematical' | 'alphabetic' | 'ideographic' | 'text-before-edge' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
|
||||
}
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user