mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 09:10:38 +08:00
react-truncate: Remove duplicate property (#24120)
This commit is contained in:
1
types/react-truncate/index.d.ts
vendored
1
types/react-truncate/index.d.ts
vendored
@@ -11,7 +11,6 @@ export interface TruncateProps extends React.HTMLProps<Truncate> {
|
||||
ellipsis?: React.ReactNode;
|
||||
trimWhitespace?: boolean;
|
||||
onTruncate?(isTruncated: boolean): void;
|
||||
trimWhitespace?: boolean;
|
||||
}
|
||||
|
||||
declare class Truncate extends React.Component<TruncateProps> { }
|
||||
|
||||
Reference in New Issue
Block a user