UNPKG

climb-onyx-gui

Version:
7 lines (6 loc) 198 B
interface DataFieldProps { name: string; value: string | JSX.Element; } declare function DataField(props: DataFieldProps): import("react/jsx-runtime").JSX.Element; export default DataField;