UNPKG
@code-editor/preview-pip
Version:
latest (0.0.2)
0.0.2
0.0.1
A Resizable Picture-in-Picture component.
gridaco/designto-code
@code-editor/preview-pip
/
dist
/
index.d.ts
4 lines
(3 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
import
PIP
from
"./pip"
;
import
ResizablePIP
from
"./resizable-pip"
;
export
{
PIP
,
ResizablePIP
};