UNPKG

@dbs-portal/module-identity

Version:

Identity management module for user and role management

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