mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
lint file
This commit is contained in:
8
types/rc-slider/index.d.ts
vendored
8
types/rc-slider/index.d.ts
vendored
@@ -92,16 +92,16 @@ export interface CommonApiProps {
|
||||
/**
|
||||
* The style used for handle. (both for slider(Object) and range(Array of Object), the array will be used for mutli handle follow element order)
|
||||
*/
|
||||
handleStyle?: Array<React.CSSProperties> | React.CSSProperties;
|
||||
handleStyle?: React.CSSProperties[] | React.CSSProperties;
|
||||
|
||||
/**
|
||||
* The style used for track. (both for slider(Object) and range(Array of Object), the array will be used for mutli track follow element order)
|
||||
*/
|
||||
trackStyle?: Array<React.CSSProperties> | React.CSSProperties;
|
||||
trackStyle?: React.CSSProperties[] | React.CSSProperties;
|
||||
|
||||
/**
|
||||
* The style used for the track base color.
|
||||
*/
|
||||
* The style used for the track base color.
|
||||
*/
|
||||
railStyle?: React.CSSProperties;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user