mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚒️ New improvements, design and components.
This commit is contained in:
@@ -19,3 +19,10 @@ export interface SVGCardProps {
|
||||
svg: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
export interface SidebarContentProps {
|
||||
display?: object;
|
||||
w?: string;
|
||||
borderRight?: string;
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user