Lim Shang Yi
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
components/slider/index.tsx
|
@ -47,6 +47,7 @@ export interface SliderBaseProps { |
|
|
tooltipVisible?: boolean; |
|
|
tooltipVisible?: boolean; |
|
|
tooltipPlacement?: TooltipPlacement; |
|
|
tooltipPlacement?: TooltipPlacement; |
|
|
getTooltipPopupContainer?: (triggerNode: HTMLElement) => HTMLElement; |
|
|
getTooltipPopupContainer?: (triggerNode: HTMLElement) => HTMLElement; |
|
|
|
|
|
autoFocus?: boolean; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export interface SliderSingleProps extends SliderBaseProps { |
|
|
export interface SliderSingleProps extends SliderBaseProps { |
|
|