1.1.5 • Published 6 months ago

@types/react-ellipsis-with-tooltip v1.1.5

Weekly downloads
26
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for react-ellipsis-with-tooltip 1.1
// Project: https://github.com/amirfefer/react-ellipsis-with-tooltip
// Definitions by: Piotr Bender <https://github.com/SIN3d73>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.9
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: Thu, 08 Jul 2021 20:20:38 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Piotr Bender.

1.1.5

6 months ago

1.1.4

7 months ago

1.1.3

8 months ago

1.1.2

1 year ago

1.1.1

3 years ago

1.1.0

4 years ago