UNPKG
bidasoa-components
Version:
latest (1.0.0)
1.0.0
Colección de componentes comunes empleados en proyectos Bidasoa.
bidasoa-components
/
dist
/
ParagraphYoutubeEmbed
/
ParagraphYoutubeEmbed.d.ts
8 lines
(7 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
interface
Props
{
alt
:
string
;
src
:
string
; }
export
declare
const
ParagraphYoutubeEmbed
:
React
.
FC
<
Props
>;
export
{};