UNPKG

angular2-schema-form

Version:

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

5 lines (4 loc) 141 B
import { AtomicProperty } from './atomicproperty'; export declare class BooleanProperty extends AtomicProperty { fallbackValue(): any; }