/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
types/radio-button.d.ts
16 строк
351 B
Leopoldthecoder
update typings
18 окт 2017, 13:38
18 окт 2017, 13:38
1e95e51
Код
Авторство
О чём код?
import { ElementUIComponent } from './component' /** Radio Button Component */ export declare class ElRadioButton extends ElementUIComponent { /** The form input value */ value: string /** The value of radio */ label: string | number /** Whether radio is disabled */ disabled: boolean /** Native 'name' attribute */ name: string }