mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Change autoHeightMin and autoHeightMax to allow both number and string
This commit is contained in:
4
types/react-custom-scrollbars/index.d.ts
vendored
4
types/react-custom-scrollbars/index.d.ts
vendored
@@ -44,8 +44,8 @@ declare module "react-custom-scrollbars" {
|
||||
universal?: boolean;
|
||||
|
||||
autoHeight?: boolean;
|
||||
autoHeightMin?: number;
|
||||
autoHeightMax?: number;
|
||||
autoHeightMin?: number | string;
|
||||
autoHeightMax?: number | string;
|
||||
}
|
||||
|
||||
export default class Scrollbars extends React.Component<ScrollbarProps> {
|
||||
|
||||
Reference in New Issue
Block a user