\r
type TimeLike = number | TimesParam | Stepper\r
\r
- type EasingCallback = (...any) => number\r
+ type EasingCallback = (...any: any) => number\r
type EasingLiteral = "<>" | "-" | "<" | ">"\r
\r
class Runner {\r
viewbox(x: number, y: number, width: number, height: number): this;\r
textPath(text: string | Text, path: string | Path): TextPath\r
symbol(): Symbol\r
- zoom(level: NumberAlias, point?: Point)\r
+ zoom(level: NumberAlias, point?: Point): any;\r
}\r
\r
class Defs extends Container {\r