lidarr/frontend/src/Components/Loading/LoadingIndicator.css.d.ts
2023-05-25 02:36:32 +03:00

9 lines
235 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'loading': string;
'ripple': string;
'rippleContainer': string;
}
export const cssExports: CssExports;
export default cssExports;