We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbb18b commit 479b1e9Copy full SHA for 479b1e9
packages-internal/core-docs/src/ApiPage/index.ts
@@ -2,3 +2,9 @@ export { ApiPage, getTranslatedHeader } from './ApiPage';
2
export { ComponentsApiContent } from './ComponentsApiContent';
3
export { HooksApiContent } from './HooksApiContent';
4
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