UNPKG

@alicloudfe/components

Version:

A react component library for aliyun

6 lines (5 loc) 216 B
import React from 'react'; import { Range as NextRange } from '@alifd/next'; declare type NextRangeProps = React.ComponentProps<typeof NextRange>; declare const Range: React.FC<NextRangeProps>; export default Range;