UNPKG

@schema-render/core-react

Version:

Through a set of simple JSON Schema, efficiently build a set of forms.

6 lines (5 loc) 184 B
/** * fork from https://github.com/alibaba/hooks/blob/master/packages/hooks/src/useUnmount/index.ts */ declare const useUnmount: (fn: () => void) => void; export default useUnmount;