From 581645d6b40e817cae36cf6f7df0d80521f1e8fc Mon Sep 17 00:00:00 2001 From: tomkp Date: Wed, 24 Dec 2025 08:33:14 +0000 Subject: [PATCH] Add checks script for running all validations --- examples/StyledExample.tsx | 10 +++++++++- examples/main.tsx | 8 +++++++- package.json | 1 + 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/examples/StyledExample.tsx b/examples/StyledExample.tsx index 8a4d29f0..4cda958f 100644 --- a/examples/StyledExample.tsx +++ b/examples/StyledExample.tsx @@ -3,7 +3,15 @@ import { SplitPane, Pane } from '../src'; import type { DividerProps } from '../src/types'; function CustomDivider(props: DividerProps) { - const { direction, isDragging, disabled, onMouseDown, onTouchStart, onTouchEnd, onKeyDown } = props; + const { + direction, + isDragging, + disabled, + onMouseDown, + onTouchStart, + onTouchEnd, + onKeyDown, + } = props; return (