Merge version_1 into main #3
@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
|
||||
fontFamily?: string;
|
||||
fontWeight?: number | string;
|
||||
letterSpacing?: number;
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-top' | 'text-bottom';
|
||||
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-before-edge' | 'text-after-edge';
|
||||
textAnchor?: 'start' | 'middle' | 'end';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user