UNPKG

@dugongjs/cli

Version:

8 lines (7 loc) 196 B
import React from "react"; export type ValueDisplayProps = { label: string; value?: string | null; spacer?: boolean; }; export declare const ValueDisplay: React.FC<ValueDisplayProps>;