UNPKG

@open-tender/ui

Version:

A component library for use with the Open Tender web app

4 lines (3 loc) 73 B
export type Handlers = { [key: string]: (...args: any[]) => void; };