UNPKG

hh-ui-components

Version:
8 lines (7 loc) 221 B
import React from "react"; export interface QuantitySelectorProps { className?: string; itemIndex?: number; isGiftCardResult: boolean; } export declare const QuantitySelector: React.FC<QuantitySelectorProps>;