Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G8Frontend
/
a2ee30bc73d757f3771cf43399119a31062d0058
/
.
/
src
/
mock
/
comment.d.ts
blob: 2ed6cca0cd14d8b825c579f4304f25c84e5400f7 [
file
] [
log
] [
blame
]
import
type
MockAdapter
from
'axios-mock-adapter'
;
export
declare
function
setupCommentMock
(
mock
:
MockAdapter
):
void
;