Skip to content

Commit

Permalink
Simplified down to the minimal needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkuma committed Jun 25, 2024
1 parent df2351f commit 91f167c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/react-resizable-panels/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ import type {
} from "./PanelResizeHandle";
import type {
PointerHitAreaMargins,
ResizeHandlerAction,
ResizeHandlerData,
SetResizeHandlerState,
} from "./PanelResizeHandleRegistry";
import type { Direction, ResizeEvent, ResizeHandler } from "./types";

export {
// TypeScript types
Expand All @@ -51,12 +47,6 @@ export {
PanelResizeHandleOnDragging,
PanelResizeHandleProps,
PointerHitAreaMargins,
ResizeHandlerAction,
ResizeHandlerData,
SetResizeHandlerState,
Direction,
ResizeEvent,
ResizeHandler,

// React components
Panel,
Expand Down

0 comments on commit 91f167c

Please sign in to comment.