2024-11-05 10:07:15 +08:00

9 lines
228 B
TypeScript

import { withNoopInstall } from '../../utils'
import Rate from './src/rate.vue'
export const TnRate = withNoopInstall(Rate)
export default TnRate
export * from './src/rate'
export type { TnRateInstance } from './src/instance'