mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
21 lines
467 B
TypeScript
21 lines
467 B
TypeScript
// This file is automatically generated.
|
|
// Please do not change this file!
|
|
interface CssExports {
|
|
'action': string;
|
|
'container': string;
|
|
'content': string;
|
|
'controls': string;
|
|
'deleted': string;
|
|
'ended': string;
|
|
'link': string;
|
|
'nextAiring': string;
|
|
'overlayTitle': string;
|
|
'posterContainer': string;
|
|
'status': string;
|
|
'tags': string;
|
|
'tagsList': string;
|
|
'title': string;
|
|
}
|
|
export const cssExports: CssExports;
|
|
export default cssExports;
|