mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-23 04:19:48 +00:00
Implement edit, delete user
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { TUser } from './types';
|
||||
|
||||
interface IMenusContext {
|
||||
openId?: string;
|
||||
close?: () => void;
|
||||
@@ -27,6 +29,8 @@ interface IDialogProps {
|
||||
reload?: boolean;
|
||||
setReload?: React.Dispatch<React.SetStateAction<boolean>>;
|
||||
ref?: React.MutableRefObject<HTMLDialogElement | undefined>;
|
||||
user?: TUser | null;
|
||||
isAdd?: boolean;
|
||||
}
|
||||
|
||||
export type { IMenusContext, IButton, ITable, ITableBody, IDialogProps };
|
||||
|
||||
Reference in New Issue
Block a user