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