mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚒️ Improvements & new features.
This commit is contained in:
@@ -15,9 +15,11 @@ export interface CustomIconBtnProps {
|
||||
}
|
||||
|
||||
export interface SVGCardProps {
|
||||
title: string;
|
||||
id: number;
|
||||
svg: string;
|
||||
url: string;
|
||||
title: string;
|
||||
href?: string;
|
||||
url?: string;
|
||||
}
|
||||
|
||||
export interface SidebarContentProps {
|
||||
@@ -26,3 +28,12 @@ export interface SidebarContentProps {
|
||||
borderRight?: string;
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
|
||||
export interface LoadingProps {
|
||||
text: string;
|
||||
}
|
||||
|
||||
export interface ErrorProps {
|
||||
title: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user