UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

6 lines (5 loc) 111 B
export interface CountToEvents { start: () => void; pause: () => void; restart: () => void; }