mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
4 lines
163 B
TypeScript
4 lines
163 B
TypeScript
import * as React from 'react';
|
|
declare const useRenderProp: (element: React.ReactElement<any>) => [React.ReactElement<any>, any[]];
|
|
export default useRenderProp;
|