UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 205 B
import './style'; import { withInstall } from '../_util/withInstall'; import Rate from './rate'; export { rateProps } from './props'; const FRate = withInstall(Rate); export { FRate, FRate as default };