gendesign/.design-sync/previews/IMVBenchmark.tsx

6 lines
404 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { IMVBenchmark } from 'tradein-mvp-frontend';
import { FIXTURE_IMV } from './_fixtures';
/** Avito IMV benchmark — рекомендованная цена + диапазон + аналоги в рынке,
* сравнение с нашей медианой (diff_pct). available:true → не null. */
export const Default = () => <IMVBenchmark benchmark={FIXTURE_IMV} isLoading={false} />;