Skip to content

Commit

Permalink
added type export to try out
Browse files Browse the repository at this point in the history
  • Loading branch information
Tino Koch committed Oct 13, 2024
1 parent c8df59f commit 5c3098e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/core/pmndrs/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Bloom from './Bloom.vue'
/* eslint-disable perfectionist/sort-named-exports */

import Bloom, { type BloomProps } from './Bloom.vue'
import { useEffect } from './composables/useEffect'
import DepthOfField from './DepthOfField.vue'
import EffectComposer from './EffectComposer.vue'
Expand All @@ -9,6 +11,8 @@ import Pixelation from './Pixelation.vue'
import Vignette from './Vignette.vue'

export {
BloomProps,

Bloom,
DepthOfField,
EffectComposer,
Expand Down

0 comments on commit 5c3098e

Please sign in to comment.