Skip to content

Commit

Permalink
feat: 更新 .d.ts 描述内容
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryZ committed Sep 18, 2023
1 parent 39bcfd7 commit 3b399fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ export declare interface DropdownProps extends BaseProps {
* @default false
*/
disabled?: boolean
/** 为触发对象添加自定义样式类 */
customTriggerClass?: string
/** 为下拉容器添加自定义样式类 */
customContainerClass?: string
}

/** 更新选中区域的键值 */
Expand Down

0 comments on commit 3b399fe

Please sign in to comment.