/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
types/radio-group.d.ts
18 строк
458 B
Leopoldthecoder
update typings
18 окт 2017, 13:38
18 окт 2017, 13:38
1e95e51
Код
Авторство
О чём код?
import { ElementUIComponent } from './component' export type RadioGroupSize = 'large' | 'small' /** Radio Group Component */ export declare class ElRadioGroup extends ElementUIComponent { /** The size of radio buttons */ size: RadioGroupSize /** Border and background color when button is active */ fill: string /** Whether the nesting radios are disabled */ disabled: boolean /** Font color when button is active */ textColor: string }