types(CountDown): add CountDownInstance type (#9153)
* types(CountDown): add CountDownInstance type * chore: fix snapshot
This commit is contained in:
@@ -5,3 +5,4 @@ const CountDown = withInstall<typeof _CountDown>(_CountDown);
|
||||
|
||||
export default CountDown;
|
||||
export { CountDown };
|
||||
export type { CountDownInstance, CountDownCurrentTime } from './CountDown';
|
||||
|
||||
Reference in New Issue
Block a user