UNPKG

@open-tender/store

Version:

A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API

3 lines (2 loc) 152 B
import { MenuCategory, MenuItem } from '@open-tender/types'; export declare const useKioskImageUrl: (entity: MenuItem | MenuCategory) => string | null;