Skip to content

Commit

Permalink
fix(components): animation 定义出错 (#5901)
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker committed Apr 6, 2020
1 parent e1ee21e commit e93b97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/types/common.d.ts
Expand Up @@ -16,7 +16,7 @@ export interface StandardProps extends EventProps {
/** 组件是否显示, 所有组件默认显示 */
hidden?: boolean
/** 动画属性 */
animation?: { actions: object[] }
animation?: object[]
/** 引用 */
ref?: string | ((node: any) => any)
}
Expand Down

0 comments on commit e93b97d

Please sign in to comment.