MCPcopy Index your code
hub / github.com/PartPilotLab/PartPilot / UnitFormProps

Interface UnitFormProps

lib/components/unit/UnitForm.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8const math = create(all);
9interface UnitFormProps {
10 valueType: ValueType;
11}
12type UnitPrefixes =
13 | "p"
14 | "n"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected