UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 269 B
import type { SFCWithInstall } from '../_util/interface'; import Rate from './rate'; export { rateProps } from './props'; export type { RateProps } from './props'; type RateType = SFCWithInstall<typeof Rate>; export declare const FRate: RateType; export default FRate;