UNPKG

@lxlib/form

Version:

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

6 lines (5 loc) 186 B
import { SFValue } from '../interface'; import { AtomicProperty } from './atomic.property'; export declare class BooleanProperty extends AtomicProperty { fallbackValue(): SFValue; }