-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrapper for
@justinribeiro/lite-youtube
- Loading branch information
aerialist7
committed
Jan 22, 2022
1 parent
f6d28c5
commit 8f97756
Showing
4 changed files
with
316 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import "@justinribeiro/lite-youtube" | ||
import { wrapWc } from "wc-react" | ||
import { LiteYTEmbed } from "@justinribeiro/lite-youtube" | ||
|
||
const LiteYoutube = wrapWc<Partial<LiteYTEmbed>>("lite-youtube") | ||
|
||
export default LiteYoutube |
Oops, something went wrong.