⚒️ New improvements, design and components.

This commit is contained in:
pheralb
2022-06-20 16:58:05 +01:00
parent 1c82a91745
commit 1bd2f50234
18 changed files with 225 additions and 835 deletions
+7
View File
@@ -19,3 +19,10 @@ export interface SVGCardProps {
svg: string;
url: string;
}
export interface SidebarContentProps {
display?: object;
w?: string;
borderRight?: string;
children?: React.ReactNode;
}