UNPKG
gml-product-cart
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
this is a test package to do deploy NPM
github.com/GerardoDev25
GerardoDev25/gml-product-cart
gml-product-cart
/
dist
/
components
/
ProductButtons.d.ts
7 lines
(6 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
, {
CSSProperties
}
from
'react'
;
export
interface
Props
{
className
?:
string
;
style
?:
CSSProperties
; }
export
declare
const
ProductButtons
:
(
{ className, style }:
Props
) =>
React
.
JSX
.
Element
;