Skip to content

Commit 5d01a4d

Browse files
committed
fix: type error
Signed-off-by: Innei <[email protected]>
1 parent 381a3e8 commit 5d01a4d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/ui/transition/FadeInOutTransitionView.tsx

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
'use client'
22

3-
import type { FC, PropsWithChildren } from 'react'
4-
53
import { createTransitionView } from './factor'
6-
import type { BaseTransitionProps } from './typings'
74

8-
export const FadeInOutTransitionView: FC<
9-
PropsWithChildren<BaseTransitionProps>
10-
> = createTransitionView({
5+
export const FadeInOutTransitionView = createTransitionView({
116
from: {
127
opacity: 0.001,
138
},

0 commit comments

Comments
 (0)