mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Added skype and telegram to GitProfile props
* Added skype and telegram to GitProfile props via PropTypes. * Added skype and telegram to types.d.ts
This commit is contained in:
12
types/index.d.ts
vendored
12
types/index.d.ts
vendored
@@ -94,6 +94,16 @@ export interface Social {
|
||||
*/
|
||||
website?: string;
|
||||
|
||||
/**
|
||||
* Skype username
|
||||
*/
|
||||
skype?: string;
|
||||
|
||||
/**
|
||||
* Telegram username
|
||||
*/
|
||||
telegram?: string;
|
||||
|
||||
/**
|
||||
* Phone
|
||||
*/
|
||||
@@ -318,6 +328,6 @@ export interface GitProfileProps {
|
||||
config: Config;
|
||||
}
|
||||
|
||||
declare class GitProfile extends Component<GitProfileProps> {}
|
||||
declare class GitProfile extends Component<GitProfileProps> { }
|
||||
|
||||
export default GitProfile;
|
||||
|
||||
Reference in New Issue
Block a user