3 lines
162 B
TypeScript
3 lines
162 B
TypeScript
export { countdownProps, default as NCountdown } from './src/Countdown';
|
|
export type { CountdownInst, CountdownProps, CountdownTimeInfo } from './src/Countdown';
|