UNPKG

@lxlib/form

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

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