nathancahill / split

Unopinionated utilities for resizeable split views
https://split.js.org/
MIT License
6.14k stars 450 forks source link

splitjs TypeScript Definition: Missing pairElement for gutter function #699

Open DaleyKD opened 3 years ago

DaleyKD commented 3 years ago

I can't use this in TypeScript today because I need the pairElement: HTMLElement added to the gutter function.

gutter?(
            index: number,
            direction: 'horizontal' | 'vertical',
            pairElement: HTMLElement
        ): HTMLElement

Version 1.6.4

DaleyKD commented 2 years ago

Bump, please.

DaleyKD commented 2 years ago

As much as I hate it, I had to switch to Kendo Splitter because of this.