| 8 | declare module "solid-js" { |
| 9 | namespace JSX { |
| 10 | interface Directives { |
| 11 | autoAnimate: Partial<AutoAnimateOptions> | AutoAnimationPlugin | true |
| 12 | } |
| 13 | } |
| 14 | } |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…