UNPKG

angular2-schema-form

Version:

Angular2 Schema Form (DISCLAIMER: it is not related to angular-schema-form)

5 lines (4 loc) 143 B
import { AtomicProperty } from './atomicproperty'; export declare class StringProperty extends AtomicProperty { fallbackValue(): string; }