Minor fixes (prettier)
This commit is contained in:
parent
f0c3098ad6
commit
17156c1dad
6
types/index.d.ts
vendored
6
types/index.d.ts
vendored
@ -100,8 +100,8 @@ export interface Social {
|
|||||||
skype?: string;
|
skype?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Telegram username
|
* Telegram username
|
||||||
*/
|
*/
|
||||||
telegram?: string;
|
telegram?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -328,6 +328,6 @@ export interface GitProfileProps {
|
|||||||
config: Config;
|
config: Config;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare class GitProfile extends Component<GitProfileProps> { }
|
declare class GitProfile extends Component<GitProfileProps> {}
|
||||||
|
|
||||||
export default GitProfile;
|
export default GitProfile;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user