Browse Source

无 jira 任务 refactor: 类型补充

research/test
Jimmy.Chai 2 years ago
parent
commit
bba3687528
  1. 2
      typescript/base/single/button/button.basic.ts

2
typescript/base/single/button/button.basic.ts

@ -38,7 +38,7 @@ export declare class BasicButton extends Single {
trigger?: string | null;
handler?: Function;
bubble?: Function | null | string;
text?: string;
text?: string | ((context: any) => string);
el?: Obj;
} & Single["props"];

Loading…
Cancel
Save