UNPKG

@tractorzoom/equipment-attributes

Version:

Source of truth for equipment attributes by category

4 lines (3 loc) 208 B
import { Attribute } from '../attributes'; import { EquipmentDetailProps } from '../types/equipment-details-props'; export declare const getAttrText: (attr: Attribute, props: EquipmentDetailProps) => string;