UNPKG

@jswork/next-admin-kits

Version:

Next kits for admin sysytem.

14 lines (12 loc) 309 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; }