mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
fix lint errors
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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;
|
||||
|
||||
Vendored
-1
@@ -2,7 +2,6 @@
|
||||
// Copyright (c) 2022 The Pybricks Authors
|
||||
|
||||
/// <reference types="node" />
|
||||
/// <reference types="react" />
|
||||
/// <reference types="react-dom" />
|
||||
|
||||
declare namespace NodeJS {
|
||||
|
||||
Reference in New Issue
Block a user