chore: fix dts test

This commit is contained in:
Evan You
2021-06-26 21:35:00 -04:00
parent 004bd18cf7
commit f680074468
2 changed files with 3 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
import { withDefaults } from '../packages/runtime-core/src/apiSetupHelpers'
import {
expectType,
defineProps,
defineEmit,
defineEmits,
useContext,
withDefaults,
Slots,
describe
} from './index'