UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

6 lines (5 loc) 224 B
import React from 'react'; import { RateProps } from './interface'; declare const RateComponent: React.ForwardRefExoticComponent<RateProps & React.RefAttributes<unknown>>; export default RateComponent; export { RateProps };