mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
react-aria: drop typing workaround
This was fixed upstream.
This commit is contained in:
committed by
David Lechner
parent
3a0130d73f
commit
a0f05c00a4
Vendored
-13
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user