9 lines
286 B
TypeScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
import { withNoopInstall } from '../../utils'
import WeekCalendar from './src/week-calendar.vue'
export const TnWeekCalendar = withNoopInstall(WeekCalendar)
export default TnWeekCalendar
export * from './src/week-calendar'
export type { TnWeekCalendarInstance } from './src/instance'