UNPKG

@wix/design-system

Version:

@wix/design-system

20 lines 546 B
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; } import React from 'react'; //# sourceMappingURL=Range.d.ts.map