Skip to content

Commit

Permalink
docs(Transition): 更新TransitionStyles类型导出
Browse files Browse the repository at this point in the history
  • Loading branch information
79E committed Dec 1, 2022
1 parent b0536d9 commit 3c53192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/transition/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './styles/index.less';
import { Transition } from './transition';

export type { TransitionProps } from './types';
export type { TransitionProps, TransitionStyles } from './types';

export { Transition };
export default Transition;

0 comments on commit 3c53192

Please sign in to comment.