mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 02:09:04 +02:00
lint fixes.
This commit is contained in:
parent
0acd7f5150
commit
e47fa91381
3 changed files with 7 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue