UNPKG
i18n-auto-react
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.3
0.0.2
基于百度翻译API服务的自动翻译插件
github.com/wuguanwen28/i18n-auto-react
wuguanwen28/i18n-auto-react
i18n-auto-react
/
dist
/
cjs
/
vite-plugin
/
index.d.ts
6 lines
(3 loc)
•
117 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
PluginOptions
}
from
'vite'
; declare
function
i18nAutoPlugin
(
):
PluginOptions
;
export
{ i18nAutoPlugin };