Skip to content

Commit

Permalink
types: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 21, 2024
1 parent 670acf3 commit bacaa40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/varlet-ui/types/countTo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export interface CountToData {
}

export interface CountToProps extends BasicAttributes {
from: string | number
to: string | number
duration: string | number
precision: string | number
autoStart: boolean
from?: string | number
to?: string | number
duration?: string | number
precision?: string | number
autoStart?: boolean
timingFunction?: (v: number) => number
onEnd?: ListenerProp<() => void>
}
Expand Down

0 comments on commit bacaa40

Please sign in to comment.