diff --git a/lib/index.d.ts b/lib/index.d.ts index 0d08484..53cd585 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -2,6 +2,7 @@ import * as React from 'react'; export interface ClampLinesProps { text: string + id: string lines?: number ellipsis?: string buttons?: boolean