UNPKG

@open-tender/utils

Version:

A library of utils for use with Open Tender applications that utilize our cloud-based Order API.

5 lines (4 loc) 74 B
export interface Field { blur?: () => void; focus?: () => void; }