/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/ui/src/index.ts
25 строк
929 B
Riad Benguella
UI: Add `Calendar` and `RangeCalendar`, moved from `components` private APIs (#81337)
11 авг 2026, 14:50
Не верифицирован
11 авг 2026, 14:50
637513a
Код
Авторство
О чём код?
export * from './badge'; export * from './button'; export * from './calendar'; export * as Card from './card'; export * as Collapsible from './collapsible'; export * as CollapsibleCard from './collapsible-card'; export * as AlertDialog from './alert-dialog'; export * as Dialog from './dialog'; export * as Drawer from './drawer'; export * as EmptyState from './empty-state'; export * from './form'; export * from './icon'; export * from './icon-button'; export * from './link'; export * from './link-button'; export * as Notice from './notice'; export * as Popover from './popover'; export * from './skeleton'; export * from './stack'; export * as Tabs from './tabs'; export * from './text'; export * as Tooltip from './tooltip'; export { getWpCompatOverlaySlot } from './utils/wp-compat-overlay-slot'; export { useEnableWpCompatOverlaySlot } from './utils/use-enable-wp-compat-overlay-slot'; export * from './visually-hidden';