@wix/design-system
Version:
@wix/design-system
25 lines • 690 B
TypeScript
export default Range;
declare class Range extends React.PureComponent<any, any, any> {
static contextType: React.Context<{
newBrandingClass?: string;
mobile?: boolean;
contextClassName?: string;
}>;
constructor(props: any);
constructor(props: any, context: any);
state: {
hasFocusFirst: boolean;
hasFocusLast: boolean;
};
_doKeyDown(e: any): void;
_handleFocusFirst(): void;
_handleBlurFirst(): void;
_handleFocusLast(): void;
_handleBlurLast(): void;
render(): React.JSX.Element;
}
declare namespace Range {
let displayName: string;
}
import React from 'react';
//# sourceMappingURL=Range.d.ts.map