/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
types/carousel-item.d.ts
10 строк
290 B
Leopoldthecoder
update typings
18 окт 2017, 13:38
18 окт 2017, 13:38
1e95e51
Код
Авторство
О чём код?
import { ElementUIComponent } from './component' /** Carousel Item Component */ export declare class ElCarouselItem extends ElementUIComponent { /** Name of the item, can be used in setActiveItem */ name: string /** Text content for the corresponding indicator */ label: string }