mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
c0383ad5f5
(cherry picked from commit d022679b7dcbce3cec98e6a1fd0879e3c0d92523)
15 lines
348 B
TypeScript
15 lines
348 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'disabled': string;
|
|
'enabled': string;
|
|
'error': string;
|
|
'footer': string;
|
|
'legendItem': string;
|
|
'legendItemColor': string;
|
|
'redirected': string;
|
|
'statistics': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|