1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00
Files
Radarr/frontend/src/Settings/Profiles/Release/ReleaseProfileItem.css.d.ts
Mark McDowall efd2b80e10 Fixed: Truncate long text in tag values
(cherry picked from commit 93c3f6d1d6b50a7ae06aca083aba5297d8d8b6e8)
2025-04-15 22:30:42 +03:00

11 lines
251 B
TypeScript

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