Browse Source

KERNEL-7826 refactor: props声明

es6
Kira 3 years ago
parent
commit
5982b95373
  1. 2
      typescript/base/single/single.ts

2
typescript/base/single/single.ts

@ -10,7 +10,7 @@ export declare class Single extends Widget {
title?: string | (() => string) | null,
warningTitle?: string | (() => string) | null,
tipType?: "success" | "warning",
value?: string | null,
value?: any,
/**
* title是否跟随鼠标

Loading…
Cancel
Save