UNPKG

wix-style-react

Version:
9 lines (6 loc) 183 B
import * as React from 'react'; export interface RangeProps { children?: React.ReactNode; dataHook?: string; } export default class Range extends React.Component<RangeProps> {}