9 lines
228 B
TypeScript
Raw Normal View History

2024-11-05 10:14:41 +08:00
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'