Archived
2
0

lint fixes.

This commit is contained in:
Miroslav Šedivý
2021-05-23 18:50:47 +02:00
parent 0acd7f5150
commit e47fa91381
3 changed files with 7 additions and 22 deletions

View File

@ -15,9 +15,7 @@ interface Anime {
path(
path: string | HTMLElement | SVGElement | null,
percent?: number,
): (
prop: string,
) => {
): (prop: string) => {
el: HTMLElement | SVGElement
property: string
totalLength: number