Upgrade Storybook to v10 (#30442)
GitOrigin-RevId: 9f51624bc2b34b6746d1854969173b44c9c9cf9a
This commit is contained in:
+4
-2
@@ -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 = {
|
||||
|
||||
+4
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user