mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-18 18:50:49 +08:00
feat: enhance OAuth model alias management with new UI components and localization updates
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
*/
|
||||
|
||||
import { create } from 'zustand';
|
||||
import type { ReactNode } from 'react';
|
||||
import type { Notification, NotificationType } from '@/types';
|
||||
import { generateId } from '@/utils/helpers';
|
||||
import { NOTIFICATION_DURATION_MS } from '@/utils/constants';
|
||||
|
||||
interface ConfirmationOptions {
|
||||
title?: string;
|
||||
message: string;
|
||||
message: ReactNode;
|
||||
confirmText?: string;
|
||||
cancelText?: string;
|
||||
variant?: 'danger' | 'primary' | 'secondary';
|
||||
|
||||
Reference in New Issue
Block a user