UNPKG

react-formal

Version:

Classy HTML form management for React

2 lines (1 loc) 117 B
export default function notify<T extends (...args: any) => any>(handler: T | undefined, args?: Parameters<T>): void;