UNPKG
@fatherly-funnies/joke-card
Version:
latest (1.4.0)
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
React component to display a daily joke
gitlab.com/red-wolf-projects/fatherly-funnies/ff-joke-card
@fatherly-funnies/joke-card
/
dist
/
esm
/
components
/
JokeCard.d.ts
4 lines
(3 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{
JokeCardProps
}
from
"../model/JokeCardProps"
;
export
default
function
JokeCard
(
{ backgroundColor, borderRadius, color, iconColor, marginLeft, marginRight, padding, showTags, width }: JokeCardProps
):
React
.
JSX
.
Element
;