react-aria: drop typing workaround

This was fixed upstream.
This commit is contained in:
David Lechner
2022-12-01 17:08:19 -06:00
committed by David Lechner
parent 3a0130d73f
commit a0f05c00a4
-13
View File
@@ -1,13 +0,0 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2022 The Pybricks Authors
// exposes some monaco editor internal functions
import {} from 'react-aria';
declare module 'react-aria' {
export interface OverlayContainerProps {
// work around https://github.com/adobe/react-spectrum/issues/3375
className: string;
}
}