File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -374,8 +374,7 @@ type domProps = {
374
374
baseProfile ?: string ,
375
375
baselineShift ?: string ,
376
376
bbox ?: string ,
377
- @as ("begin" )
378
- begin_ ?: string /* use this one. Previous one is deprecated */ ,
377
+ begin ?: string /* use this one. Previous one is deprecated */ ,
379
378
bias ?: string ,
380
379
by ?: string ,
381
380
calcMode ?: string ,
@@ -407,8 +406,7 @@ type domProps = {
407
406
edgeMode ?: string ,
408
407
elevation ?: string ,
409
408
enableBackground ?: string ,
410
- @as ("end" )
411
- end_ ?: string /* use this one. Previous one is deprecated */ ,
409
+ end ?: string /* use this one. Previous one is deprecated */ ,
412
410
exponent ?: string ,
413
411
externalResourcesRequired ?: string ,
414
412
fill ?: string ,
@@ -552,8 +550,7 @@ type domProps = {
552
550
textDecoration ?: string ,
553
551
textLength ?: string ,
554
552
textRendering ?: string ,
555
- @as ("to" )
556
- to_ ?: string /* use this one. Previous one is deprecated */ ,
553
+ to ?: string /* use this one. Previous one is deprecated */ ,
557
554
transform ?: string ,
558
555
u1 ?: string ,
559
556
u2 ?: string ,
You can’t perform that action at this time.
0 commit comments