Skip to content

Commit 479b1e9

Browse files
committed
Add exports needed in X
1 parent cdbb18b commit 479b1e9

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ 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 type { PropertyDefinition } from './definitions/types';
7+
export {
8+
DEFAULT_API_LAYOUT_STORAGE_KEYS,
9+
type ApiDisplayLayout,
10+
} from './sections/ToggleDisplayOption';

0 commit comments

Comments
 (0)