1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00
Files
Radarr/frontend/src/Components/InfoLabel.css.d.ts
T
Bogdan f815b31c33 Convert Movie Details to TypeScript
Co-authored-by: Mark McDowall <mark@mcdowall.ca>
2025-03-09 19:26:44 +02:00

14 lines
302 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'default': string;
'label': string;
'large': string;
'medium': string;
'name': string;
'outline': string;
'small': string;
}
export const cssExports: CssExports;
export default cssExports;