UNPKG

rooks

Version:

Collection of awesome react hooks

4 lines (3 loc) 112 B
type Warning = (condition: boolean, message: string) => void; declare let warning: Warning; export { warning };