UNPKG
sphinx-bridge-tobibams
Version:
latest (0.2.68)
0.2.68
0.2.67
0.2.66
0.2.65
0.2.64
0.2.63
0.2.61
0.2.60
0.2.59
Embed apps within Sphinx
sphinx-bridge-tobibams
/
dist
/
postMessage.d.ts
6 lines
(5 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
postMessage
(
data
: { [k:
string
]:
any
; }
):
any
;
export
declare
function
addEventer
(
func
:
any
):
void
;
export
declare
function
removeEventer
(
func
:
any
):
void
;