mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +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;
|
||||
|
||||
Reference in New Issue
Block a user