UNPKG

@jswork/next-admin-kits

Version:

Next kits for admin sysytem.

15 lines (13 loc) 367 B
interface NxAdminKitsOptions { prefix?: string; } interface NxStatic { AdminKits: { create: (opts: NxAdminKitsOptions) => any; }; $global: any; $local: import('@jswork/next-local-storage'); $session: import('@jswork/next-session-storage'); $event: import('@jswork/event-mitt').EventMitt; $url: import('@jswork/url-literal').UrlLiteralFunction; }