UNPKG

@ohayojp/form

Version:
13 lines (12 loc) 405 B
import { OnInit } from '@angular/core'; import { ControlUIWidget } from '../../widget'; import { SFRateWidgetSchema } from './schema'; export declare class RateWidget extends ControlUIWidget<SFRateWidgetSchema> implements OnInit { count: number; allowHalf: boolean; allowClear: boolean; autoFocus: boolean; hasText: boolean; get text(): string; ngOnInit(): void; }