Skip to content

Commit 667b20c

Browse files
EmilyyyLiu刘欢claude
authored
feat: export CSSMotionRef type (#80)
Co-authored-by: 刘欢 <lh01217311@antgroup.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5b7cb37 commit 667b20c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/index.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import type { CSSMotionConfig, CSSMotionProps } from './CSSMotion';
1+
import type {
2+
CSSMotionConfig,
3+
CSSMotionProps,
4+
CSSMotionRef,
5+
} from './CSSMotion';
26
import CSSMotion, { genCSSMotion } from './CSSMotion';
37
import type { CSSMotionListProps } from './CSSMotionList';
48
import CSSMotionList from './CSSMotionList';
@@ -8,6 +12,7 @@ export { CSSMotionList, genCSSMotion };
812
export type {
913
CSSMotionConfig,
1014
CSSMotionProps,
15+
CSSMotionRef,
1116
CSSMotionListProps,
1217
MotionEventHandler,
1318
MotionEndEventHandler,

0 commit comments

Comments
 (0)