wix-style-react
Version:
wix-style-react
25 lines • 717 B
TypeScript
export default Range;
declare class Range extends React.PureComponent<any, any, any> {
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;
namespace propTypes {
let dataHook: PropTypes.Requireable<string>;
let children: PropTypes.Requireable<any>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=Range.d.ts.map