Skip to content

Export required classes/interfaces for Typescript implementations #21

Description

@tvkit

Currently necessary to define the following interfaces locally since they're not exported.

interface ContentRect {
  readonly height: number;
  readonly left: number;
  readonly top: number;
  readonly width: number;
}

interface ResizeObserverEntry {
  readonly target: Element;
  readonly contentRect: ContentRect;
};

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