UNPKG

angular2-schema-form

Version:

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

6 lines (5 loc) 192 B
import { AtomicProperty } from './atomicproperty'; export declare class NumberProperty extends AtomicProperty { fallbackValue(): any; setValue(value: any, onlySelf?: boolean): void; }