Upgrade Storybook to v10 (#30442)

GitOrigin-RevId: 9f51624bc2b34b6746d1854969173b44c9c9cf9a
This commit is contained in:
Alf Eaton
2026-04-22 08:06:26 +00:00
committed by Copybot
parent f45eec25f4
commit ce4ca192ee
63 changed files with 816 additions and 1778 deletions
@@ -1,7 +1,9 @@
import { PanelResizeHandle } from 'react-resizable-panels'
import {
PanelResizeHandle,
PanelResizeHandleProps,
} from 'react-resizable-panels'
import { FC, useEffect, useState } from 'react'
import { useTranslation } from 'react-i18next'
import { PanelResizeHandleProps } from 'react-resizable-panels/dist/declarations/src/PanelResizeHandle'
import classNames from 'classnames'
type HorizontalResizeHandleOwnProps = {
@@ -1,6 +1,8 @@
import { PanelResizeHandle } from 'react-resizable-panels'
import {
PanelResizeHandle,
PanelResizeHandleProps,
} from 'react-resizable-panels'
import { useTranslation } from 'react-i18next'
import { PanelResizeHandleProps } from 'react-resizable-panels/dist/declarations/src/PanelResizeHandle'
import classNames from 'classnames'
export function VerticalResizeHandle(props: PanelResizeHandleProps) {