UNPKG
@ohayojp/form
Version:
latest (1.0.2)
1.0.2
1.0.1
ohayojp.com
ohayojp/ohayo
@ohayojp/form
/
src
/
widgets
/
boolean
/
boolean.widget.d.ts
4 lines
(3 loc)
•
110 B
TypeScript
View Raw
1
2
3
4
import { ControlWidget } from
'../../widget'
; export declare
class
BooleanWidget
extends
ControlWidget
{ }