Skip to content

Commit 24eea84

Browse files
committed
Add exports needed in X
1 parent cdbb18b commit 24eea84

File tree

1 file changed

+3
-0
lines changed
  • packages-internal/core-docs/src/ApiPage

1 file changed

+3
-0
lines changed

packages-internal/core-docs/src/ApiPage/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ export { ApiPage, getTranslatedHeader } from './ApiPage';
22
export { ComponentsApiContent } from './ComponentsApiContent';
33
export { HooksApiContent } from './HooksApiContent';
44
export type { LayoutStorageKeys } from './types';
5+
export { PropertiesSection } from './sections/PropertiesSection';
6+
export { PropertyDefinition } from './definitions/types';
7+
export { DEFAULT_API_LAYOUT_STORAGE_KEYS, ApiDisplayLayout } from './sections/ToggleDisplayOption';

0 commit comments

Comments
 (0)