split icon indicating copy to clipboard operation
split copied to clipboard

splitjs TypeScript Definition: Missing pairElement for gutter function

Open DaleyKD opened this issue 4 years ago • 2 comments

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 avatar Oct 29 '21 15:10 DaleyKD

Bump, please.

DaleyKD avatar Nov 11 '21 21:11 DaleyKD

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

DaleyKD avatar Nov 17 '21 01:11 DaleyKD