UNPKG

264 BTypeScriptView Raw
1import * as React from 'react';
2type Render = (children: React.ReactNode) => JSX.Element;
3export default function useComponent(render: Render): ({ children }: {
4 children: React.ReactNode;
5}) => JSX.Element;
6export {};
7//# sourceMappingURL=useComponent.d.ts.map
\No newline at end of file