UNPKG
web-portals
Version:
latest (0.0.1)
0.0.1
web-portals
web-portals
/
src
/
interface.d.ts
7 lines
(5 loc)
•
105 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
HTMLPortalElement
extends
HTMLIFrameElement
{ }
interface
HTMLIFrameElement
{ csp: string }