UNPKG

@alicloudfe/components

Version:

A react component library for aliyun

8 lines (6 loc) 257 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; export * from '@alifd/next/types/range'