Lidarr/frontend/src/InteractiveImport/Track/SelectTrackModalContent.css.d.ts
Andrew Champion 95089080f4 New: Filter tracks by title or number in Manual Import
(cherry picked from commit 73ed5f6ee27a9de1844d6e7caf26f765b082fe21)
2025-09-26 09:46:52 -05:00

12 lines
294 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'buttons': string;
'filterInput': string;
'footer': string;
'modalBody': string;
'path': string;
'scroller': string;
}
export const cssExports: CssExports;
export default cssExports;