Merge version_1 into main #3
@@ -1,10 +1,11 @@
|
||||
import React from 'react';
|
||||
import { SVGAttributes } from 'react';
|
||||
|
||||
interface SvgTextLogoProps {
|
||||
text: string;
|
||||
className?: string;
|
||||
textClassName?: string;
|
||||
dominantBaseline?: SVGTextElementAttributes<SVGTextElement>['dominantBaseline'];
|
||||
dominantBaseline?: SVGAttributes<SVGTextElement>['dominantBaseline'];
|
||||
}
|
||||
|
||||
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user