Merge version_1 into main #3
@@ -8,14 +8,18 @@ interface SvgTextLogoProps {
|
||||
|
||||
type DominantBaseline =
|
||||
| 'auto'
|
||||
| 'baseline'
|
||||
| 'before-edge'
|
||||
| 'after-edge'
|
||||
| 'central'
|
||||
| 'middle'
|
||||
| 'inherit'
|
||||
| 'alphabetic'
|
||||
| 'hanging'
|
||||
| 'ideographic'
|
||||
| 'mathematical'
|
||||
| 'text-before-edge'
|
||||
| 'middle'
|
||||
| 'central'
|
||||
| 'text-after-edge'
|
||||
| 'text-before-edge';
|
||||
| 'use-script'
|
||||
| 'no-change'
|
||||
| 'reset-size';
|
||||
|
||||
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
text,
|
||||
|
||||
Reference in New Issue
Block a user