UNPKG
@codesandbox/api
Version:
latest (1.1.3)
1.1.3
1.1.1
0.1.0
The CodeSandbox API
github.com/christianalfoni/react-states
christianalfoni/react-states
@codesandbox/api
/
dist
/
esm
/
modals
/
ModalWrapper.d.ts
5 lines
(4 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
ComponentChildren
}
from
"preact"
;
export
declare
function
ModalWrapper
(
{ children }: { children: ComponentChildren; }
):
import
(
"preact"
).
JSX
.
Element
;