UNPKG
@datalayer/core
Version:
latest (1.1.60)
1.1.60
1.1.59
1.1.57
1.1.56
1.1.50
1.1.49
1.1.48
1.1.47
1.1.46
1.1.45
1.1.43
1.1.41
1.0.25
1.0.24
1.0.23
1.0.22
1.0.21
1.0.20
1.0.19
1.0.18
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.3
1.0.2
1.0.1
0.0.27
0.0.26
0.0.25
0.0.24
0.0.23
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
**Datalayer Core**
github.com/datalayer/core
datalayer/core
@datalayer/core
/
lib
/
components
/
flashes
/
surveys
/
Survey2025_1.d.ts
4 lines
(3 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
import
{
ISurveyProps
}
from
"./SurveyProps"
;
export
declare
const
Survey2025
_1
:
(
props
:
ISurveyProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
Survey2025
_1;