/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/preact/component/index.js
7 строк
278 B
Alan Orozco
🏗 Share dependencies in `bento.js` (#36432)
09 дек 2021, 22:56
Не верифицирован
09 дек 2021, 22:56
faf69c4
Код
Авторство
О чём код?
// ⚠️ Be mindful of what's exported from this file. // All exported symbols end up in the shared bento.js file. export {ContainWrapper} from './contain'; export {Wrapper} from './wrapper'; export {useValueRef} from './value-ref'; export {useDOMHandle} from './dom-handle';