Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 5305bea

Browse files
committed
🐛 (transition) fix transition export
1 parent 1f8ee9f commit 5305bea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ export { FullScreenPortal } from './FullScreenPortal';
99
export { Screen } from './Screen';
1010
export { Canal } from './Canal';
1111
export { Navigation } from './Navigation';
12+
13+
import * as transition from './transitions';
14+
15+
export { transition };

0 commit comments

Comments
 (0)