fix lint errors

This commit is contained in:
David Lechner
2022-05-18 11:12:52 -05:00
parent 133b52029f
commit 76475cc79b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import { Classes } from '@blueprintjs/core';
import { mergeProps } from '@react-aria/utils';
import { AriaButtonProps } from '@react-types/button';
import type { AriaButtonProps } from '@react-types/button';
import classNames from 'classnames';
import React, { useRef } from 'react';
import { FocusRing, useButton } from 'react-aria';
+2 -1
View File
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2022 The Pybricks Authors
import { AriaLabelingProps, DOMProps } from '@react-types/shared';
import type { AriaLabelingProps, DOMProps } from '@react-types/shared';
export type ToolbarProps = {
firstFocusableItemId: string;
-1
View File
@@ -2,7 +2,6 @@
// Copyright (c) 2022 The Pybricks Authors
/// <reference types="node" />
/// <reference types="react" />
/// <reference types="react-dom" />
declare namespace NodeJS {