Export createTransitionScope from the runtime (#7936)
This commit is contained in:
parent
8544a6318f
commit
4b6deda360
2 changed files with 6 additions and 1 deletions
5
.changeset/metal-owls-juggle.md
Normal file
5
.changeset/metal-owls-juggle.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Export createTransitionScope for the runtime
|
|
@ -36,7 +36,7 @@ export type {
|
|||
ComponentSlots,
|
||||
RenderInstruction,
|
||||
} from './render/index.js';
|
||||
export { renderTransition } from './transition.js';
|
||||
export { renderTransition, createTransitionScope } from './transition.js';
|
||||
|
||||
import { markHTMLString } from './escape.js';
|
||||
import { addAttribute, Renderer } from './render/index.js';
|
||||
|
|
Loading…
Reference in a new issue