Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

fix(typescript) remove extraneous imports #955

Closed
@arichiv

Description

@arichiv

#953 adds a bunch of imports to fix an error in typescript type expansion. They should be removed at some point.

Each one looks like:

import {
  [...]
  // @ts-ignore TODO(issues/955) Remove once possible
  RippledComponentProps, // eslint-disable-line @typescript-eslint/no-unused-vars
} from '@material/react-ripple';

Each one should be reduced to:

import {
  [...]
} from '@material/react-ripple';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions