Revision e894e979a45f40515d5eae988eee5618177882f6 authored by Mariia Acoca on 24 October 2023, 10:48:06 UTC, committed by GitHub on 24 October 2023, 10:48:06 UTC
1 parent c6b660f
Raw File
index.d.ts
// Copyright (C) 2020-2022 Intel Corporation
// Copyright (C) 2022-2023 CVAT.ai Corporation
//
// SPDX-License-Identifier: MIT

import 'redux-thunk/extend-redux';

declare module '*.svg';
declare module 'cvat-core/src/api';
back to top