From a0f05c00a4aefa9ff12c1dde48942ba392cd08af Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 30 Nov 2022 12:12:21 -0600 Subject: [PATCH] react-aria: drop typing workaround This was fixed upstream. --- src/react-aria.d.ts | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/react-aria.d.ts diff --git a/src/react-aria.d.ts b/src/react-aria.d.ts deleted file mode 100644 index 3bdc8752..00000000 --- a/src/react-aria.d.ts +++ /dev/null @@ -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; - } -}