UNPKG
lbo-react-utils
Version:
latest (1.0.3)
1.0.3
开发工具类
github.com/bojianyin/lbo-react-utils
bojianyin/lbo-react-utils
lbo-react-utils
/
index.d.ts
11 lines
(9 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@description
计数器 *
@param
totalCount 总计时 */
export
declare
function
useCounter
(
totalCount
?:
number
): [
number
,
() =>
void
];
export
const
_default
: {
useCounter
:
typeof
useCounter; };
export
default
_default;