Skip to content

Commit

Permalink
Update Transition.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 26, 2022
1 parent d7980a4 commit 2604ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-dom/src/components/Transition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const TRANSITION = 'transition'
const ANIMATION = 'animation'

type AnimationTypes = typeof TRANSITION | typeof ANIMATION

export interface TransitionProps extends BaseTransitionProps<Element> {
name?: string
type?: AnimationTypes
Expand Down

0 comments on commit 2604ba6

Please sign in to comment.