From 80e81319db6c78b98fab4c3e7bd0586e72205863 Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 11 Dec 2023 18:45:30 +0800 Subject: [PATCH] Update index.ts --- packages/runtime-core/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/src/index.ts b/packages/runtime-core/src/index.ts index bdca0fcd7e5..8ff9c617ceb 100644 --- a/packages/runtime-core/src/index.ts +++ b/packages/runtime-core/src/index.ts @@ -195,9 +195,9 @@ export type { App, AppConfig, AppContext, + Plugin, ObjectPlugin, FunctionPlugin, - Plugin, CreateAppFunction, OptionMergeFunction } from './apiCreateApp'