UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 228 B
import React from 'react'; export type TDistanceTagProps = { value: string; className?: string; }; declare function DistanceTag({ value, className }: TDistanceTagProps): React.JSX.Element; export { DistanceTag };