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';