MCPcopy Index your code
hub / github.com/triggerdotdev/jsonhero-web / PropertiesFloat

Function PropertiesFloat

app/components/Properties/PropertiesFloat.tsx:10–26  ·  view source on GitHub ↗
(info: PropertiesFloatProps)

Source from the content-addressed store, hash-verified

8};
9
10export function PropertiesFloat(info: PropertiesFloatProps) {
11 return (
12 <DataTable
13 rows={[
14 {
15 key: "Formatted value",
16 value: formatValue(info.type) ?? "",
17 icon: <ValueIcon type={info.type} />,
18 },
19 {
20 key: "Type",
21 value: info.type.name,
22 },
23 ]}
24 />
25 );
26}

Callers

nothing calls this directly

Calls 1

formatValueFunction · 0.90

Tested by

no test coverage detected