UNPKG
astro-feelback
Version:
latest (0.3.4)
pre (0.0.1-pre20230519105006)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.0
0.1.0
0.0.1-pre20230519105006
0.0.1-pre20230514231700
0.0.1-pre20230514231601
0.0.1-pre20230514184907
Use Feelback service within your Astro website
www.feelback.dev
giuseppelt/feelback-integrations
astro-feelback
/
dist
/
types.d.ts
8 lines
(7 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
FeelbackValueDefinition
<T
extends
string
|
number
|
object
=
string
> =
Readonly
<{
value
: T;
icon
?:
FeelbackValueIcon
;
title
?:
string
;
description
?:
string
; }>;
export
type
FeelbackValueIcon
=
string
|
readonly
[
string
,
string
];