2.0.6 • Published 6 months ago

@types/react-show-more v2.0.6

Weekly downloads
2,099
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-show-more

Summary

This package contains type definitions for react-show-more (https://github.com/One-com/react-show-more).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-show-more.

index.d.ts

// Type definitions for react-show-more 2.0
// Project: https://github.com/One-com/react-show-more
// Definitions by: Naor Torgeman <https://github.com/naortor>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';

export interface ReactShowMoreProps {
    lines?: number | undefined;
    more?: string | undefined;
    less?: string | undefined;
    children?: string | undefined;
    anchorClass?: string | undefined;
}

declare const ShowMore: React.ClassicComponentClass<ReactShowMoreProps>;
export default ShowMore;

Additional Details

  • Last updated: Thu, 08 Jul 2021 22:41:32 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Naor Torgeman.

2.0.5

7 months ago

2.0.4

7 months ago

2.0.6

6 months ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

6 years ago

2.0.0

6 years ago