@types/react-ellipsis-with-tooltip
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

Installation

npm install --save @types/react-ellipsis-with-tooltip

Summary

This package contains type definitions for react-ellipsis-with-tooltip (https://github.com/amirfefer/react-ellipsis-with-tooltip).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-ellipsis-with-tooltip.

index.d.ts

import * as React from "react";

export interface EllipsisWithTooltipProps {
    placement?:
        | "auto-start"
        | "auto"
        | "auto-end"
        | "top-start"
        | "top"
        | "top-end"
        | "right-start"
        | "right"
        | "right-end"
        | "bottom-end"
        | "bottom"
        | "bottom-start"
        | "left-end"
        | "left"
        | "left-start"
        | undefined;
    style?: React.CSSProperties | undefined;
    delayShow?: number | undefined;
    delayHide?: number | undefined;
    children: React.ReactNode;
}

declare class EllipsisWithTooltip extends React.Component<EllipsisWithTooltipProps> {}

export default EllipsisWithTooltip;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Piotr Bender.

Dependents (0)

Package Sidebar

Install

npm i @types/react-ellipsis-with-tooltip

Weekly Downloads

240

Version

1.1.5

License

MIT

Unpacked Size

4.18 kB

Total Files

5

Last publish

Collaborators

  • types