UNPKG

@dbs-portal/module-identity

Version:

Identity management module for user and role management

11 lines 322 B
/** * Identity Administration Page */ import React from 'react'; export interface IdentityAdminPageProps { onNavigate?: (path: string) => void; onBack?: () => void; className?: string; } export declare const IdentityAdminPage: React.FC<IdentityAdminPageProps>; //# sourceMappingURL=IdentityAdminPage.d.ts.map