import { ItemDetailListCellProps } from './types'; export const BitDepthColumn = ({ song }: ItemDetailListCellProps) => song.bitDepth;