forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~TELLER/fineui:master to master * commit '8bb1876aca475eb061362e35fb56270d2920652a': chore: 更新描述es6
Teller
3 years ago
2 changed files with 15 additions and 2 deletions
@ -0,0 +1,10 @@ |
|||||||
|
import { BasicButton } from "../../base/single/button/button.basic"; |
||||||
|
|
||||||
|
export declare class DownListGroupItem extends BasicButton { |
||||||
|
static xtype: string; |
||||||
|
static EVENT_CHANGE: string; |
||||||
|
|
||||||
|
doRedMark(...args: any[]): void; |
||||||
|
|
||||||
|
unRedMark(...args: any[]): void; |
||||||
|
} |
Loading…
Reference in new issue