forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~DAILER/fineui:es6 to es6 * commit '285c65b237d86d7efc431a115bd32b61c0646ba1': update update auto upgrade version to 2.0.20230529165448 BI-127107 fix: 【来源PT项目】bi6.0.7,ie11浏览器过滤组件无法使用es6
Dailer-刘荣歆
1 year ago
3 changed files with 12 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||||
|
import { BasicButton } from "../../base/single/button/button.basic"; |
||||||
|
|
||||||
|
export declare class DownListItem extends BasicButton { |
||||||
|
static xtype: string; |
||||||
|
static EVENT_CHANGE: string; |
||||||
|
|
||||||
|
doRedMark(...args: any[]): void; |
||||||
|
|
||||||
|
unRedMark(...args: any[]): void; |
||||||
|
} |
Loading…
Reference in new issue