UNPKG
strapi-plugin-website-builder-v5
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
V5 port of https://market.strapi.io/plugins/strapi-plugin-website-builder
strapi-plugin-website-builder-v5
/
dist
/
admin
/
src
/
utils
/
getTranslation.d.ts
3 lines
(2 loc)
•
81 B
TypeScript
View Raw
1
2
3
declare
const
getTranslation
:
(
id
:
string
) =>
string
;
export
{ getTranslation };