UNPKG
deeper-spatial
Version:
latest (3.0.0)
3.0.0
0.0.3
0.0.1
所有开源WebGL和WebGIS仓库的整合
github.com/youpengcheng/TimeChart
youpengcheng/TimeChart
deeper-spatial
/
lib
/
utils
/
microHooks.d.ts
5 lines
(4 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
useMessageListener
(
type
:
string
): {
init
:
import
(
"vue"
).
Ref
<
(
data
:
any
) =>
void
>;
sendMessage
:
(
data
:
any
) =>
void
; };