UNPKG

mamg-product-card

Version:

Este es un paquete de pruebas de despliegue en NPM

10 lines (9 loc) 302 B
import { Product } from "./Product"; import { OnChangeArgs } from "./OnChangeArgs"; import { InitialValues } from "./InitialValues"; export interface UseProductArgs { product: Product; onChange?: ( args: OnChangeArgs ) => void; value?: number; initialValues?: InitialValues; }