UNPKG
@sunui-design/social
Version:
latest (0.0.54)
0.0.54
0.0.53
0.0.50
0.0.32
0.0.31
0.0.26
0.0.25
0.0.24
0.0.23
0.0.22
Social media integration buttons for SunUI Design
@sunui-design/social
/
dist
/
SocialButton.d.ts
4 lines
(3 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
{
SocialButtonProps
}
from
'./types'
;
export
declare
const
SocialButton
:
React
.
FC
<
SocialButtonProps
>;