Readarr/frontend/src/Bookshelf/BookshelfTableHeader.css.d.ts
2023-05-27 13:43:36 +03:00

10 lines
253 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'bookCount': string;
'monitored': string;
'sortName': string;
'status': string;
}
export const cssExports: CssExports;
export default cssExports;