/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/components/src/disabled/context.ts
6 строк
170 B
Lena Morita
Storybook: Fix missing props on certain components (#75316)
09 фев 2026, 17:01
Не верифицирован
09 фев 2026, 17:01
05718a9
Код
Авторство
О чём код?
import { createContext } from '@wordpress/element'; const Context = createContext< boolean >( false ); Context.displayName = 'DisabledContext'; export default Context;