UNPKG

@open-tender/ui

Version:

A component library for use with the Open Tender web app

8 lines (7 loc) 270 B
import React, { ReactNode } from 'react'; import { ScreenConfig } from '../../types'; declare const ItemQuantityView: ({ config, renderQuantity }: { config: ScreenConfig; renderQuantity: () => ReactNode; }) => React.JSX.Element; export default ItemQuantityView;