UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 277 B
import _Rate from './rate'; import { WithInstallType } from '../shared'; import { TdRateProps } from './type'; import './style'; export * from './type'; export declare type RateProps = TdRateProps; export declare const Rate: WithInstallType<typeof _Rate>; export default Rate;