/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/components/src/context/constants.js
8 строк
312 B
Brooke
Components: move `ContextSystemProvider` out of `/ui` (#54847)
27 сен 2023, 22:16
Не верифицирован
27 сен 2023, 22:16
4b10f65
Код
Авторство
О чём код?
export const COMPONENT_NAMESPACE = 'data-wp-component'; export const CONNECTED_NAMESPACE = 'data-wp-c16t'; /** * Special key where the connected namespaces are stored. * This is attached to Context connected components as a static property. */ export const CONNECT_STATIC_NAMESPACE = '__contextSystemKey__';