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

6 lines
446 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 { SellTimeSensitivity } from 'tradein-mvp-frontend';
import { FIXTURE_SELLTIME } from './_fixtures';
/** «Срок продажи в зависимости от цены» — 4 бакета премии (5% / медиана / +5% /
* +10%) с медианой экспозиции и p25p75. Принимает data-пропом напрямую. */
export const Default = () => <SellTimeSensitivity data={FIXTURE_SELLTIME} />;