UNPKG
ma-product-card-lop
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
Este es un ejemplo de despliegue de NPM.
markuz-lopez.com
MarkuzLopez/ma-product-card-lop
ma-product-card-lop
/
dist
/
components
/
ProductButtons.d.ts
6 lines
(5 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
export
interface
Props
{
className
?:
string
; }
export
declare
const
ProductButtons
:
(
{ className }:
Props
) =>
JSX
.
Element
;