Skip to content

Commit

Permalink
Merge pull request Robert-Fairley#39 from nikse/add-tiktok-social-med…
Browse files Browse the repository at this point in the history
…ia-component

add tiktok to social media component
  • Loading branch information
Robert-Fairley authored Dec 5, 2021
2 parents f08dd4b + c2c2f5e commit 97a5075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/social-media/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ import { Component } from "../component";
type SocialMediaRole
= "instagram"
| "facebook_post"
| "tiktok"
| "tweet";

/**
* Signature/interface for a `SocialMediaComponent` object
* @see https://developer.apple.com/documentation/apple_news/instagram
* @see https://developer.apple.com/documentation/apple_news/facebookpost
* @see https://developer.apple.com/documentation/apple_news/tiktok
* @see https://developer.apple.com/documentation/apple_news/tweet
* @extends {Component}
*/
Expand Down

0 comments on commit 97a5075

Please sign in to comment.