Skip to content

Commit 91b3655

Browse files
committed
chore: modify annotation
1 parent d0abccd commit 91b3655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effects-core/src/vfx-item.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export type VFXItemProps =
3030
}
3131
;
3232

33-
/*
33+
/**
3434
* 所有元素的继承的抽象类
3535
*/
3636
export abstract class VFXItem<T extends VFXItemContent> implements Disposable {

0 commit comments

Comments
 (0)