UNPKG
magic-helper
Version:
latest (1.0.0)
1.0.0
this is magic helper
magic-helper
/
lib
/
h5
/
navigateTo.d.ts
3 lines
•
173 B
TypeScript
View Raw
1
2
3
import
type
{
NavigateParams
}
from
'../types/index'
;
export
declare
const
navigateTo
:
(
config
:
NavigateParams
) =>
Promise
<
unknown
>;
//# sourceMappingURL=navigateTo.d.ts.map