UNPKG

@tractorzoom/equipment-attributes

Version:

Source of truth for equipment attributes by category

8 lines (7 loc) 199 B
type Props = { widthFeet?: number; widthInches?: number; subcategory: string; }; export declare const getWidthText: ({ widthFeet, widthInches, subcategory }: Props) => string; export {};