UNPKG

@fluentui/react-northstar

Version:
12 lines (11 loc) 298 B
import * as React from 'react'; interface DebugPanelDataProps { data: any; overrides?: any; comments?: any; indent?: number; highlightKey?: string; commentKeyPredicate?: (val: any) => boolean; } export declare const DebugPanelData: React.FC<DebugPanelDataProps>; export {};