UNPKG

@dbs-portal/module-identity

Version:

Identity management module for user and role management

7 lines 209 B
/** * User Create Component */ import React from 'react'; import type { UserCreateProps } from '../types'; export declare const UserCreate: React.FC<UserCreateProps>; //# sourceMappingURL=UserCreate.d.ts.map