Browse Source

Pull request #2023: 无JIRA任务 改下类型

Merge in VISUAL/fineui from ~YOUKI/fineui:master to master

* commit 'ef52ea1bf5b930f74a09c3f7c1be0c34826a6ca4':
  无JIRA任务 fix: 改下类型
es6
Youki 3 years ago
parent
commit
49b8bc77c4
  1. 12
      typescript/case/toolbar/toolbar.multiselect.ts

12
typescript/case/toolbar/toolbar.multiselect.ts

@ -5,20 +5,10 @@ export declare class MultiSelectBar extends BasicButton {
static EVENT_CHANGE: string;
props: {
text: string;
isAllCheckedBySelectedValue: Function;
disableSelected: boolean;
isHalfCheckedBySelectedValue: Function;
halfSelected: boolean;
iconWrapperWidth: number;
iconWidth: number;
iconHeight: number;
} & BasicButton['props'];
props: {
text: string;
isAllCheckedBySelectedValue: (values: any[]) => boolean;
disableSelected: boolean;
isHalfCheckedBySelectedValue: (values: any[]) => boolean;
halfSelected: boolean;
iconWrapperWidth: number;

Loading…
Cancel
Save