import type VpContainer from "./index.vue";

export type TkVpContainerInstance = InstanceType<typeof VpContainer>;
