UNPKG
strapi-plugin-maestro
Version:
latest (6.0.3)
6.0.3
6.0.2
6.0.1
6.0.0
5.2.0
Maestro plugin
github.com/luisguve/strapi-plugin-maestro
luisguve/strapi-plugin-maestro
strapi-plugin-maestro
/
dist
/
admin
/
src
/
index.d.ts
11 lines
(10 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
const
_default
: {
register
(
app
:
any
):
void
;
registerTrads
({ locales }: {
locales
:
string
[]; }):
Promise
<{
data
:
any
;
locale
:
string
; }[]>; };
export
default
_default;