Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jan 8, 2025
1 parent 381a3e8 commit 5d01a4d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/ui/transition/FadeInOutTransitionView.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
'use client'

import type { FC, PropsWithChildren } from 'react'

import { createTransitionView } from './factor'
import type { BaseTransitionProps } from './typings'

export const FadeInOutTransitionView: FC<
PropsWithChildren<BaseTransitionProps>
> = createTransitionView({
export const FadeInOutTransitionView = createTransitionView({
from: {
opacity: 0.001,
},
Expand Down

0 comments on commit 5d01a4d

Please sign in to comment.