UNPKG

@lincy/tnui-vue3-uniapp

Version:
9 lines (6 loc) 286 B
import { withNoopInstall } from '../../utils' import lineProgress from './src/line-progress.vue' export const TnLineProgress = withNoopInstall(lineProgress) export default TnLineProgress export * from './src/line-progress' export type { TnLineProgressInstance } from './src/instance'