Merge version_1 into main #3
@@ -4,7 +4,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
|
||||
text?: string;
|
||||
className?: string;
|
||||
textClassName?: string;
|
||||
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit';
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'central' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit';
|
||||
}
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user