UNPKG
@bos-model-alpha/data
Version:
latest (0.0.22-alpha.0)
0.0.22-alpha.0
0.0.21-alpha.0
0.0.20-alpha.0
数据管理
@bos-model-alpha/data
/
lib
/
reportWebVitals.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
import
{
ReportHandler
}
from
'web-vitals'
;
declare
const
reportWebVitals
:
(
onPerfEntry
?:
ReportHandler
|
undefined
) =>
void
;
export
default
reportWebVitals;