Skip to content

Commit

Permalink
style: formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mumiao committed Dec 18, 2020
1 parent c7a6857 commit 33c9f61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/tabs/tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface TabData<T = any> {
path?: string;
value?: string;
}
export interface ITab extends TabData{
export interface ITab extends TabData {
key?: string;
name?: string;
label?: React.ReactNode;
Expand Down
1 change: 0 additions & 1 deletion src/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ interface HTMLElementProps<T = any> {
}

type LiteralUnion<T extends U, U> = T | (U & {});

0 comments on commit 33c9f61

Please sign in to comment.