/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
types/tab-pane.d.ts
19 строк
461 B
Jikkai Xiao
Radio: support switching radio with keyborard in ff. Fixes #8198 (#11325)
24 май 2018, 12:31
24 май 2018, 12:31
ada80e6
Код
Авторство
О чём код?
import { ElementUIComponent } from './component' /** Tab Pane Component */ export declare class ElTabPane extends ElementUIComponent { /** Title of the tab */ label: string /** Whether Tab is disabled */ disabled: boolean /** Identifier corresponding to the activeName of Tabs, representing the alias of the tab-pane */ name: string /** Whether Tab is closable */ closable: boolean /** Whether Tab is lazily rendered */ lazy: boolean }