import type CodeBlockToggle from "./index.vue";

export type CodeBlockToggleInstance = InstanceType<typeof CodeBlockToggle>;
