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
/
src
/
es5Bindings
/
RequestOrganizationForm.d.ts
9 lines
(8 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
DatabaseId
}
from
'../lib/types/types'
;
export
declare
class
RequestOrganizationFormEs5
{
element
:
HTMLElement
;
programId
:
DatabaseId
;
constructor
(
element
:
HTMLElement
,
programId
:
DatabaseId
);
componentDidMount
():
void
;
render
():
void
; }