Skip to content

Incorrect type for breakpoints  #23

Description

@StephanCodes

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions