1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-29 18:15:37 -04:00
Files
Radarr/frontend/src/Components/InfoLabel.css.d.ts

13 lines
281 B
TypeScript

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