UNPKG
tweak-tools
Version:
latest (0.1.1)
0.1.1
0.1.0
Tweak your React projects until awesomeness
github.com/appeltje-c/tweak-tools
appeltje-c/tweak-tools
tweak-tools
/
dist
/
components
/
UI
/
Misc.d.ts
6 lines
(5 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
export
{
Overlay
}
from
'./StyledUI'
;
export
declare
function
Portal
(
{ children }: { children:
any
; }
):
React
.
JSX
.
Element
;