UNPKG
jslib-nightly
Version:
latest (1.62.0-alpha.1)
1.62.0-alpha.1
1.46.0-alpha.587
SheerID JavaScript Library
developer.sheerid.com
jslib-nightly
/
__tests__
/
__helpers__
/
renderers.d.ts
10 lines
(9 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
class
S
{
result
:
any
;
render
(
component
:
any
):
any
;
getRenderOutput
():
any
; }
export
declare
const
ShallowCompat
: {
createRenderer
:
() =>
S; };
export
{};