Browse Source

KERNEL-7828 补充声明

es6
Kobi 3 years ago
parent
commit
4d96f4f1bb
  1. 5
      typescript/case/trigger/trigger.text.select.ts
  2. 2
      typescript/shims-tsx.ts

5
typescript/case/trigger/trigger.text.select.ts

@ -2,4 +2,9 @@ import { Trigger } from "../../base/single/trigger/trigger";
export declare class SelectTextTrigger extends Trigger {
static xtype: string;
props: {
items: any[];
text: string | Function;
} & Trigger['props'];
}

2
typescript/shims-tsx.ts

@ -44,7 +44,7 @@ interface ElementClassProps<T> extends UIProps {
$testId: string;
$point: any;
$value: any;
$scope: () => any;
$scope: any;
beforeRender(callback: () => void): void;
beforeInit(callback: () => void): void;

Loading…
Cancel
Save