UNPKG
zaf-product-card
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
### F Z
github.com/ZarateAF/zaf-product-card
ZarateAF/zaf-product-card
zaf-product-card
/
dist
/
components
/
ProductButtons.d.ts
7 lines
(6 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CSSProperties
}
from
"react"
;
export
interface
Props
{
className
?:
string
;
style
?:
CSSProperties
; }
export
declare
const
ProductButtons
:
(
{ className, style }:
Props
) =>
JSX
.
Element
;