UNPKG

@open-tender/ui

Version:

A component library for use with the Open Tender web app

9 lines (8 loc) 279 B
import { CartItem } from '@open-tender/types'; import React from 'react'; import { ScreenConfig } from '../../types'; declare const ItemTitleView: ({ config, builtItem }: { config: ScreenConfig; builtItem: CartItem; }) => React.JSX.Element; export default ItemTitleView;