-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1295 from yaklang/luoluo/style/yakit-collapse
ghost,omit
- Loading branch information
Showing
10 changed files
with
46 additions
and
42 deletions.
There are no files selected for viewing
9 changes: 3 additions & 6 deletions
9
app/renderer/src/main/src/components/yakitUI/YakitCollapse/YakitCollapseType.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
import { CollapsePanelProps, CollapseProps } from "antd"; | ||
import {CollapsePanelProps, CollapseProps} from "antd" | ||
/** | ||
* @description: YakitSelectProps | ||
* @augments YakitCollapseProps 继承antd的 CollapseProps 默认属性 | ||
*/ | ||
export interface YakitCollapseProps extends CollapseProps{ | ||
} | ||
export interface YakitCollapseProps extends Omit<CollapseProps, "ghost"> {} | ||
/** | ||
* @description: YakitPanelProps | ||
* @augments YakitPanelProps 继承antd的 CollapsePanelProps 默认属性 | ||
*/ | ||
export interface YakitPanelProps extends CollapsePanelProps{ | ||
|
||
} | ||
export interface YakitPanelProps extends CollapsePanelProps {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters