UNPKG

@dbs-portal/module-identity

Version:

Identity management module for user and role management

7 lines 199 B
/** * User Edit Component */ import React from 'react'; import type { UserEditProps } from '../types'; export declare const UserEdit: React.FC<UserEditProps>; //# sourceMappingURL=UserEdit.d.ts.map