index.ts 87 B

12
  1. export type * from './fallback';
  2. export { default as Fallback } from './fallback.vue';