Skip to content

Commit

Permalink
Update exported TypeScript type definitions (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkuma authored Jun 25, 2024
1 parent 9c72136 commit 705d4cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-resizable-panels/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import type {
PanelResizeHandleOnDragging,
PanelResizeHandleProps,
} from "./PanelResizeHandle";
import type { PointerHitAreaMargins } from "./PanelResizeHandleRegistry";

export {
// TypeScript types
Expand All @@ -43,6 +44,7 @@ export {
PanelProps,
PanelResizeHandleOnDragging,
PanelResizeHandleProps,
PointerHitAreaMargins,

// React components
Panel,
Expand Down

0 comments on commit 705d4cd

Please sign in to comment.