UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

11 lines (10 loc) 330 B
import React from "react"; export interface LabeledValueProps { label: string; value: string | React.ReactNode; compact?: boolean; multiline?: boolean; } export declare const LabeledValue: React.FC<LabeledValueProps>; declare const _default: React.NamedExoticComponent<LabeledValueProps>; export default _default;