UNPKG
@tripetto/block-text
Version:
latest (6.0.2)
6.0.2
6.0.1
6.0.0
Text input (single-line) block for Tripetto.
gitlab.com/tripetto/blocks/text
@tripetto/block-text
/
builder
/
suggestion.d.ts
8 lines
(7 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Collection
}
from
"@tripetto/builder"
;
import
{
Text
}
from
"."
;
export
declare
class
TextSuggestion
extends
Collection.Item
<
Text
> {
name
:
string
;
score
?:
number
;
defineEditor
():
void
; }