react-antd-admin-panel
Version:
Modern TypeScript-first React admin panel builder with Ant Design 6
12 lines • 389 B
TypeScript
import React from 'react';
import type { ProfileMenuConfig } from './types';
interface ProfileMenuProps {
config?: ProfileMenuConfig;
}
/**
* ProfileMenu - User profile dropdown menu
* Shows avatar, name, and configurable menu items
*/
export declare function ProfileMenu({ config }: ProfileMenuProps): React.ReactElement | null;
export {};
//# sourceMappingURL=ProfileMenu.d.ts.map