UNPKG

@zendesk/react-measure-timing-hooks

Version:

react hooks for measuring time to interactive and time to render of components

7 lines (6 loc) 152 B
import React from 'react'; interface LegendProps { children: React.ReactNode; } export declare const LegendGroup: React.FC<LegendProps>; export {};