diff --git a/src/index.tsx b/src/index.tsx index 7ebd1080..3a56155e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -15,9 +15,7 @@ type TextareaProps = React.TextareaHTMLAttributes; type Style = Omit< NonNullable, 'maxHeight' | 'minHeight' -> & { - height?: number; -}; +>; export type TextareaHeightChangeMeta = { rowHeight: number;