From 0237a0b72c74d0fc70ae057f79a5e54229223102 Mon Sep 17 00:00:00 2001 From: * <8> Date: Mon, 25 Apr 2022 19:50:33 +0800 Subject: [PATCH] Match-id-8b842212d10a14844c0f8995a7beb81f5700de91 --- libs/extension/src/components/VList/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/extension/src/components/VList/index.ts b/libs/extension/src/components/VList/index.ts index d0154206..f30db06a 100644 --- a/libs/extension/src/components/VList/index.ts +++ b/libs/extension/src/components/VList/index.ts @@ -1 +1,2 @@ -export { VList, renderInfoType } from './VList'; +export { VList } from './VList'; +export type { renderInfoType } from './VList';