UNPKG

152 BTypeScriptView Raw
1import * as React from 'react';
2export default function usePatchElement(): [
3 React.ReactElement[],
4 (element: React.ReactElement) => Function
5];