/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/editor/src/index.js
12 строк
278 B
Marco Ciampini
ESLint: Replace strict config with bulk suppressions (#81248)
07 авг 2026, 14:34
Не верифицирован
07 авг 2026, 14:34
7f43eaf
Код
Авторство
О чём код?
import './hooks'; export { storeConfig, store } from './store'; export * from './components'; export * from './utils'; export * from './private-apis'; export * from './dataviews/api'; /* * Backward compatibility */ export { transformStyles } from '@wordpress/block-editor';