Hi, I just started using this library and I'm very grateful for it. I noticed, however, that the type for the breakpoints appears to be incorrect. It is currently:
declare type Breakpoints = Record<number, object[]>;
But I believe it should be:
declare type Breakpoints = Record<number, object>;
I based this on the documentation of GlideJS itself: https://glidejs.com/docs/options/#breakpoints
Thanks again!
Hi, I just started using this library and I'm very grateful for it. I noticed, however, that the type for the breakpoints appears to be incorrect. It is currently:
But I believe it should be:
I based this on the documentation of GlideJS itself: https://glidejs.com/docs/options/#breakpoints
Thanks again!