This commit is contained in:
Tuğçe Küçükoğlu 2022-09-01 16:00:22 +03:00
parent 1f65c0892f
commit f9c5d8ffda
3 changed files with 5 additions and 5 deletions

View file

@ -26,9 +26,9 @@ const SplitterProps = [
{
name: "step",
type: "number",
default: "1",
default: "5",
description: "Step factor to increment/decrement the size of the panels while pressing the arrow keys."
},
}
];
const SplitterEvents = [