@gechiui/components
Version:
UI components for GeChiUI.
34 lines • 1.22 kB
TypeScript
export default ForwardedComponent;
declare const ForwardedComponent: import("react").ForwardRefExoticComponent<Pick<{
[x: string]: any;
afterIcon: any;
allowReset?: boolean | undefined;
beforeIcon: any;
className: any;
currentInput: any;
color?: string | undefined;
disabled?: boolean | undefined;
help: any;
initialPosition: any;
isShiftStepEnabled?: boolean | undefined;
label: any;
hideLabelFromVision?: boolean | undefined;
marks?: boolean | undefined;
max?: number | undefined;
min?: number | undefined;
onBlur?: ((...args: any[]) => void) | undefined;
onChange?: ((...args: any[]) => void) | undefined;
onFocus?: ((...args: any[]) => void) | undefined;
onMouseMove?: ((...args: any[]) => void) | undefined;
onMouseLeave?: ((...args: any[]) => void) | undefined;
railColor: any;
resetFallbackValue: any;
renderTooltipContent?: ((v: any) => any) | undefined;
showTooltip: any;
shiftStep?: number | undefined;
step?: number | undefined;
trackColor: any;
value: any;
withInputField?: boolean | undefined;
}, string | number> & import("react").RefAttributes<any>>;
//# sourceMappingURL=index.d.ts.map