/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages-internal/api-docs-builder/src/index.ts
30 строк
1 KB
Brijesh Bittu
[docs-infra] Rename package to @mui/internal-api-docs-builder (#48230)
21 апр 2026, 12:17
Не верифицирован
21 апр 2026, 12:17
c11f4ee
Код
Авторство
О чём код?
export { buildApi } from './buildApi'; export type { ProjectSettings } from './ProjectSettings'; export type { ComponentReactApi, ComponentApiContent, HookReactApi, PropsTableItem, PropsTranslations, HooksTranslations, HookApiContent, ComponentClassDefinition, } from './types/ApiBuilder.types'; export type { Slot } from './types/utils.types'; export * from './ApiBuilders/ComponentApiBuilder'; export * from './ApiBuilders/HookApiBuilder'; export * from './buildApiUtils'; export { default as findPagesMarkdown } from './utils/findPagesMarkdown'; export { default as findApiPages, extractApiPage } from './utils/findApiPages'; export { createTypeScriptProject, createTypeScriptProjectBuilder, } from './utils/createTypeScriptProject'; export type { TypeScriptProject, CreateTypeScriptProjectOptions, TypeScriptProjectBuilder, } from './utils/createTypeScriptProject'; export { default as replaceUrl } from './utils/replaceUrl'; export { default as findComponents } from './utils/findComponents'; export * from './utils/resolveExportSpecifier';