/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/plugin-mdx-rs/components/button.js
14 строк
258 B
Tim Neutkens
Convert test/integration to isolated tests (#93247)
11 май 2026, 14:55
Не верифицирован
11 май 2026, 14:55
8141dcf
Код
Авторство
О чём код?
export default ({ children }) => ( <button style={{ borderRadius: '3px', border: '1px solid black', color: 'black', padding: '0.5em 1em', cursor: 'pointer', fontSize: '1.1em', }} > {children} </button> )