UNPKG

@ohayojp/form

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