UNPKG

@ohayojp/form

Version:
7 lines (6 loc) 243 B
import { SFValue } from '../interface'; import { AtomicProperty } from './atomic.property'; export declare class StringProperty extends AtomicProperty { fallbackValue(): null; setValue(value: SFValue, onlySelf: boolean): void; }