mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
4 lines
136 B
TypeScript
4 lines
136 B
TypeScript
import { ItemDetailListCellProps } from './types';
|
|
|
|
export const BitDepthColumn = ({ song }: ItemDetailListCellProps) => song.bitDepth;
|