UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

4 lines (3 loc) 162 B
export { default } from "./countdown"; export { default as useCountdown } from "./use-countdown"; export type { CountdownInstance } from "./countdown.shared";