UNPKG

@fluentui/react-northstar

Version:
11 lines (10 loc) 256 B
import * as React from 'react'; export declare const DebugLine: React.FC<{ [key: string]: any; children: React.ReactNode; active?: boolean; indent?: number; style?: React.CSSProperties; badge?: string; actionable?: boolean; }>;