/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
types/popconfirm.d.ts
29 строк
594 B
iamkun
Popconfirm: Add popconfirm component (#17548)
31 окт 2019, 10:05
31 окт 2019, 10:05
2842399
Код
Авторство
О чём код?
import { ElementUIComponent } from './component' import { ElPopover } from './popover' /** Popconfirm Component */ export declare class ElPopconfirm extends ElPopover { /** Popconfirm title */ title: string /** Popconfirm ok text */ confirmButtonText: string /** Popconfirm cancel text */ cancelButtonText: string /** Popconfirm ok type */ confirmButtonType: string /** Popconfirm cancal type */ cancelButtonType: string /** Popconfirm icon */ icon: string /** Popconfirm icon color */ iconColor: string /** Popconfirm hide icon */ hideIcon: boolean }