UNPKG
@highloop/feedback-internal
Version:
latest (0.0.0-beta.10)
0.0.0-beta.10
0.0.0-beta.8
0.0.0-beta.6
0.0.0-beta.5
0.0.0-beta.4
0.0.0-beta
@highloop/feedback-internal
/
out
/
interfaces
/
text.d.ts
8 lines
(7 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
IText
{
submit
:
string
;
thanks
:
string
;
poweredBy
:
string
;
moreDetails
:
string
;
takeScreenshot
:
string
; }