types(CountDown): add CountDownInstance type (#9153)

* types(CountDown): add CountDownInstance type

* chore: fix snapshot
This commit is contained in:
neverland
2021-07-29 15:34:08 +08:00
committed by GitHub
parent 8a0f7ff3f0
commit 44fb849a5f
6 changed files with 83 additions and 26 deletions
+1
View File
@@ -5,3 +5,4 @@ const CountDown = withInstall<typeof _CountDown>(_CountDown);
export default CountDown;
export { CountDown };
export type { CountDownInstance, CountDownCurrentTime } from './CountDown';