UNPKG
@tripetto/block-statement
Version:
latest (5.0.3)
5.0.3
5.0.2
5.0.1
5.0.0
Statement block for Tripetto.
gitlab.com/tripetto/blocks/statement
@tripetto/block-statement
/
runner
/
index.d.ts
8 lines
(7 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
NodeBlock
}
from
"@tripetto/runner"
;
export
interface
IStatement
{
readonly
imageURL
?:
string
;
readonly
imageWidth
?:
string
;
readonly
imageAboveText
?:
boolean
; }
export
declare
abstract
class
Statement
extends
NodeBlock
<
IStatement
> {}