Merge version_1 into main #3
@@ -4,7 +4,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
|
||||
text?: string;
|
||||
fontSize?: number;
|
||||
fill?: string;
|
||||
dominantBaseline?: 'auto' | 'baseline' | 'before-edge' | 'hanging' | 'ideographic' | 'mathematical' | 'central' | 'middle' | 'after-edge' | 'text-after-edge';
|
||||
dominantBaseline?: 'auto' | 'before-edge' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'after-edge' | 'text-after-edge';
|
||||
}
|
||||
|
||||
const SvgTextLogo = React.forwardRef<SVGSVGElement, SvgTextLogoProps>(
|
||||
|
||||
Reference in New Issue
Block a user