Skip to content

Missing type SVGTransformable #23420

@streamcode9

Description

@streamcode9

TypeScript Version:
2.3.4 and later

Search Terms:
SVGTransformable missing type

Code

const someFun = (node: SVGTransformable) => { }

Expected behavior:
Success compilation.

Actual behavior:
Error TS2304: Cannot find name 'SVGTransformable'.

Playground Link:
Link

Comments:
Version 1.8.7 has SVGTransformable type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions