mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-24 20:00:22 +00:00
Minor fixes (prettier)
This commit is contained in:
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user