Lidarr/frontend/src/Settings/Profiles/Delay/DelayProfiles.css.d.ts

15 lines
370 B
TypeScript
Raw Normal View History

2023-05-22 19:36:27 +00:00
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
2022-07-19 20:08:53 +00:00
'actions': string;
2023-05-22 19:36:27 +00:00
'addButton': string;
'addDelayProfile': string;
'delayProfiles': string;
'delayProfilesHeader': string;
2022-07-19 20:08:53 +00:00
'fillcolumn': string;
2023-05-22 19:36:27 +00:00
'horizontalScroll': string;
2022-07-19 20:08:53 +00:00
'name': string;
2023-05-22 19:36:27 +00:00
}
export const cssExports: CssExports;
export default cssExports;