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