Skip to content

Commit 48f461f

Browse files
committed
export missing types
1 parent b62b554 commit 48f461f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/core/src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,9 @@ export type { ContinuousProfiler, ProfilingIntegration, Profiler } from './types
436436
export type { ViewHierarchyData, ViewHierarchyWindow } from './types-hoist/view-hierarchy';
437437
export type { LegacyCSPReport } from './types-hoist/csp';
438438
export type { SerializedLog, SerializedLogContainer } from './types-hoist/log';
439-
export type { BuildTimeOptionsBase } from './build-time-plugins/buildTimeOptionsBase';
439+
export type {
440+
BuildTimeOptionsBase,
441+
UnstableVitePluginOptions,
442+
UnstableRollupPluginOptions,
443+
UnstableWebpackPluginOptions,
444+
} from './build-time-plugins/buildTimeOptionsBase';

0 commit comments

Comments
 (0)