UNPKG
@ohayojp/form
Version:
latest (1.0.2)
1.0.2
1.0.1
ohayojp.com
ohayojp/ohayo
@ohayojp/form
/
src
/
model
/
string.property.d.ts
7 lines
(6 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
import { SFValue }
from
'../interface'
; import { AtomicProperty }
from
'./atomic.property'
; export
declare
class
StringProperty
extends
AtomicProperty
{
fallbackValue
():
null
;
setValue
(
value
: SFValue,
onlySelf
:
boolean
):
void
; }