solid icon indicating copy to clipboard operation
solid copied to clipboard

Re-export type `Transition` in root

Open Huliiiiii opened this issue 7 months ago • 1 comments

Summary

Re-export the type Transition from signal.js

This allows

import type { Transition } from "solid-js"

instead of

import type { Transition } from "solid-js/types/reactive/signal.d.ts"

How did you test this change?

Huliiiiii avatar May 17 '25 23:05 Huliiiiii

Pull Request Test Coverage Report for Build 15089892509

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.752%

Totals Coverage Status
Change from base Build 15072467978: 0.0%
Covered Lines: 2333
Relevant Lines: 2652

💛 - Coveralls

coveralls avatar May 17 '25 23:05 coveralls