Files
feishin/src/renderer/components/item-list/item-detail-list/columns/bpm-column.tsx
T
2026-02-09 21:56:08 -08:00

4 lines
141 B
TypeScript

import { ItemDetailListCellProps } from './types';
export const BpmColumn = ({ song }: ItemDetailListCellProps) => song.bpm ?? <>&nbsp;</>;