mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
5 lines
264 B
JavaScript
5 lines
264 B
JavaScript
export { default as i18next } from 'i18next';
|
|
export { default as Backend } from 'i18next-xhr-backend';
|
|
export { default as classNames } from 'classnames/bind';
|
|
export { default as PropTypes } from 'prop-types';
|
|
export * from '../../ShadowEditor.Web/src/ui/index'; |