UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

8 lines (7 loc) 211 B
import * as React from 'react'; export interface DebugLabelProps { right?: React.ReactNode; small?: boolean; children?: React.ReactNode; } export declare const DebugLabel: React.FC<DebugLabelProps>;